Package org.w3c.dom.traversal

Interface Summary
DocumentTraversal DocumentTraversal contains methods that create iterators and tree-walkers to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document).
NodeFilter Filters are objects that know how to "filter out" nodes.
NodeIterator NodeIterators are used to step through a set of nodes, e.g.
TreeWalker TreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by its whatToShow flags and any filters that are defined for the TreeWalker .
 



Copyright © 1999 Apache XML Project. All Rights Reserved.