Package org.apache.xpath.axes

Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator.

See:
          Description

Interface Summary
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.
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.
 

Class Summary
AttributeIterator **For advanced use only** This class implements an optimized iterator for attribute axes patterns.
AxesWalker Serves as common interface for axes Walkers, and stores common state variables.
ChildIterator **For advanced use only** This class implements an optimized iterator for "node()" patterns, that is, any children of the context node.
ChildTestIterator **For advanced use only** This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.
DescendantIterator **For advanced use only** This class implements an optimized iterator for descendant, descendant-or-self, or "//foo" patterns.
FilterExprWalker Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.
IteratorPool **For internal use only** Pool of object of a given type to pick from to help memory usage
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 MatchPatternIterator This class treats a LocationPath as a filtered iteration over the tree, evaluating each node in a super axis traversal against the LocationPath interpreted as a match pattern.
OneStepIterator **For advanced use only** This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate.
OneStepIteratorForward **For advanced use only** This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate, that only go forward (i.e.
PredicatedNodeTest  
ReverseAxesWalker Walker for a reverse axes.
SelfIteratorNoPredicate **For advanced use only** This class implements an optimized iterator for "." patterns, that is, the self axes without any predicates.
UnionPathIterator **For advanced use only** This class extends NodeSetDTM, which implements DTMIterator, and fetches nodes one at a time in document order based on a XPath UnionExpr.
WalkerFactory This class is both a factory for XPath location path expressions, which are built from the opcode map output, and an analysis engine for the location path expressions in order to provide optimization hints.
WalkingIterator Location path iterator that uses Walkers.
WalkingIteratorSorted **For internal use only** NEEDSDOC Class WalkingIteratorSorted
 

Package org.apache.xpath.axes Description

Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator.



Copyright © 2001 Apache XML Project. All Rights Reserved.