- From: R. Mark Volkmann <mark.volkmann@home.com>
- Date: Sun, 8 Oct 2000 18:51:54 -0400 (EDT)
- To: <www-dom@w3.org>
It might be a good idea to explain in the Traversal recommendation why NodeIterator needs to have a detach method for releasing resources but TreeWalker doesn't. In the Xerces implementation it seems that this is used to change the fCurrentNode attribute (see NodeIteratorImpl.java) when the Node it refers to is removed from the Document. It is unclear to me why TreeWalker doesn't need the same thing.
Received on Wednesday, 11 October 2000 11:29:37 UTC