| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
A W3C standard package, that provides a framework of interfaces for implementing DOM level 2 Traversal feature for dynamically traversing the XML document.
See:
          Description
| Interface Summary | |
| DocumentTraversal | DocumentTraversalcontains 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 | Iteratorsare used to step through a set of nodes, e.g. the set of nodes in aNodeList, the document subtree governed by a particularNode, the results of a query, or any other set of nodes. | 
| TreeWalker | TreeWalkerobjects are used to navigate a document tree or subtree using the view of the document defined by theirwhatToShowflags and filter (if any). | 
A W3C standard package, that provides a framework of interfaces for implementing DOM level 2 Traversal feature for dynamically traversing the XML document.
| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||