Questions: 1. TreeWalker.getParentNode() returns an ancestor, not necessarily the parent. Should it not be renamed getAncestorNode() to reflect the semantics? 2. TreeWalker.getFirstChild()/getLastChild() apparently don't drill down, but only return "direct" offspring. Can you confirm this/clarify the specification. Comments: The implementation of TreeWalker [especially in light of the "live" nature of TreeWalkers] would benefit from a detach() method, like that found in NodeIterator. That said, adding detach() to TreeWalker gives this interface a signature that would allow it to be an extension of NodeIterator. KeithReceived on Tuesday, 6 June 2000 15:02:48 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:52 GMT