Uses of Package
org.apache.xpath.axes

Packages that use org.apache.xpath.axes
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.patterns Implementation of XPath nodeTest support, and XSLT pattern matching support. 
 

Classes in org.apache.xpath.axes used by org.apache.xalan.lib.sql
ContextNodeList
           
 

Classes in org.apache.xpath.axes used by org.apache.xalan.stree
ContextNodeList
           
LocPathIterator
          **For advanced use only** This class extends NodeSet, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
UnionPathIterator
          **For advanced use only** This class extends NodeSet, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath UnionExpr.
 

Classes in org.apache.xpath.axes used by org.apache.xalan.transformer
AxesWalker
          Serves as common interface for axes Walkers, and stores common state variables.
ContextNodeList
           
DescendantOrSelfWalker
          Walker for the 'descendant-or-self' axes.
DescendantWalker
          Walker for the 'descendant' axes.
LocPathIterator
          **For advanced use only** This class extends NodeSet, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
SubContextList
           
 

Classes in org.apache.xpath.axes used by org.apache.xpath
ContextNodeList
           
SubContextList
           
 

Classes in org.apache.xpath.axes used by org.apache.xpath.axes
AncestorWalker
          Walker for the 'ancestor' axes.
AxesWalker
          Serves as common interface for axes Walkers, and stores common state variables.
ContextNodeList
           
DescendantWalker
          Walker for the 'descendant' axes.
LocPathIterator
          **For advanced use only** This class extends NodeSet, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
ReverseAxesWalker
          Walker for a reverse axes.
SubContextList
           
 

Classes in org.apache.xpath.axes used by org.apache.xpath.patterns
SubContextList
           
 



Copyright © 2000 Apache XML Project. All Rights Reserved.