API Overview API Index Direct link to this page
JDK 1.6
  Package: org.w3c.dom.traversal
Author(s)
Since
Version
Serial
Description
See also:   
DocumentTraversal View Source DocumentTraversal contains methods that create NodeIterators and TreeWalkers 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 View Source Filters are objects that know how to "filter out" nodes.
NodeIterator View Source NodeIterators are used to step through a set of nodes, e.g.
TreeWalker View Source TreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by their whatToShow flags and filter (if any).
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar