Uses of Package
org.w3c.dom.traversal

Packages that use org.w3c.dom.traversal
org.apache.xalan.extensions Implementation of Xalan Extension Mechanism, which uses the Bean Scripting Framework. 
org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java 
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through "streamable" result set. 
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
org.apache.xpath.objects Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. 
org.w3c.dom.traversal DOM level 2 interfaces for traversing documents, document trees, and node sets. 
 

Classes in org.w3c.dom.traversal used by org.apache.xalan.extensions
NodeIterator
          NodeIterators are used to step through a set of nodes, e.g.
 

Classes in org.w3c.dom.traversal used by org.apache.xalan.lib
NodeIterator
          NodeIterators are used to step through a set of nodes, e.g.
 

Classes in org.w3c.dom.traversal used by org.apache.xalan.lib.sql
NodeFilter
          Filters are objects that know how to "filter out" nodes.
NodeIterator
          NodeIterators are used to step through a set of nodes, e.g.
 

Classes in org.w3c.dom.traversal used by org.apache.xalan.stree
NodeIterator
          NodeIterators are used to step through a set of nodes, e.g.
 

Classes in org.w3c.dom.traversal used by org.apache.xalan.transformer
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 .
 

Classes in org.w3c.dom.traversal used by org.apache.xpath
NodeFilter
          Filters are objects that know how to "filter out" nodes.
NodeIterator
          NodeIterators are used to step through a set of nodes, e.g.
 

Classes in org.w3c.dom.traversal used by org.apache.xpath.axes
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 .
 

Classes in org.w3c.dom.traversal used by org.apache.xpath.objects
NodeIterator
          NodeIterators are used to step through a set of nodes, e.g.
 

Classes in org.w3c.dom.traversal used by org.w3c.dom.traversal
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 © 2000 Apache XML Project. All Rights Reserved.