Uses of Package
org.apache.xpath.axes

Packages that use org.apache.xpath.axes
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. StylesheetRoot implements the Templates interface, and extends StylesheetComposed, which is a Stylesheet composed of itself and its included Stylesheet objects. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. TransformerImpl implements the Transformer interface, and is the core representation of the transformation execution. For each node in the XML source, TransformerImpl uses the StylesheetRoot and underlying XSLT schema to determine which template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or none. The Transformer works with SerializationHandler to forward the SAX-like events produced by the transformation to the appropriate output ContentHandler. To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed concurrently in separate threads. 
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.apache.xpath.operations Support for XPath operations, such as +, -, string(), etc. 
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.templates
LocPathIterator
          This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
Classes in org.apache.xpath.axes used by org.apache.xalan.transformer
BasicTestIterator
          Base for iterators that handle predicates.
ChildTestIterator
          This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.
LocPathIterator
          This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
OneStepIteratorForward
          This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate, that only go forward (i.e. it can not be used with ancestors, preceding, etc.)
PathComponent
          Classes who implement this information provide information needed for static analysis of a path component.
PredicatedNodeTest
           
SubContextList
          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
ContextNodeList
          Classes who implement this interface can be a current node list, also refered to here as a context node list.
LocPathIterator
          This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
SubContextList
          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.
UnionPathIterator
          This class extends NodeSetDTM, which implements DTMIterator, 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.xpath.axes
AxesWalker
          Serves as common interface for axes Walkers, and stores common state variables.
BasicTestIterator
          Base for iterators that handle predicates.
ChildTestIterator
          This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.
LocPathIterator
          This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
PathComponent
          Classes who implement this information provide information needed for static analysis of a path component.
PredicatedNodeTest
           
SubContextList
          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.objects
NodeSequence
          This class is the dynamic wrapper for a Xalan DTMIterator instance, and provides random access capabilities.
PathComponent
          Classes who implement this information provide information needed for static analysis of a path component.
 

Classes in org.apache.xpath.axes used by org.apache.xpath.operations
PathComponent
          Classes who implement this information provide information needed for static analysis of a path component.
 

Classes in org.apache.xpath.axes used by org.apache.xpath.patterns
SubContextList
          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 © 2006 Apache XML Project. All Rights Reserved.