Uses of Package
org.apache.xpath.axes

Packages that use org.apache.xpath.axes
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.transformer
AxesWalker
          Serves as common interface for axes Walkers, and stores common state variables.
LocPathIterator
          **For advanced use only** This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
PredicatedNodeTest
           
SubContextList
          **For advanced use only** A class that implements this interface is a sub context node list, meaning it is a node list for a location path step for a predicate.
WalkingIterator
          Location path iterator that uses Walkers.
 

Classes in org.apache.xpath.axes used by org.apache.xpath
ContextNodeList
          **For advanced use only** Classes who implement this interface can be a current node list, also refered to here as a context node list.
LocPathIterator
          **For advanced use only** This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
SubContextList
          **For advanced use only** A class that implements this interface is a sub context node list, meaning it is a node list for a location path step for a predicate.
 

Classes in org.apache.xpath.axes used by org.apache.xpath.axes
AxesWalker
          Serves as common interface for axes Walkers, and stores common state variables.
ChildTestIterator
          **For advanced use only** This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.
LocPathIterator
          **For advanced use only** This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
PredicatedNodeTest
           
SubContextList
          **For advanced use only** A class that implements this interface is a sub context node list, meaning it is a node list for a location path step for a predicate.
WalkingIterator
          Location path iterator that uses Walkers.
 

Classes in org.apache.xpath.axes used by org.apache.xpath.patterns
SubContextList
          **For advanced use only** A class that implements this interface is a sub context node list, meaning it is a node list for a location path step for a predicate.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.