Package org.apache.xpath.axes

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

See:
          Description

Interface Summary
ContextNodeList  
SubContextList  
 

Class Summary
AncestorOrSelfWalker Walker for the 'ancestor-or-self' axes.
AncestorWalker Walker for the 'ancestor' axes.
AttributeWalker Walker for the 'attribute' axes.
AttributeWalkerOneStep  
AxesWalker Serves as common interface for axes Walkers, and stores common state variables.
ChildWalker Walker for the 'child' axes.
ChildWalkerMultiStep **For internal use only** Class ChildWalkerMultiStep
ChildWalkerOneStep  
DescendantOrSelfWalker Walker for the 'descendant-or-self' axes.
DescendantWalker Walker for the 'descendant' axes.
FilterExprWalker Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.
FollowingSiblingWalker Walker for the 'following-sibling' axes.
FollowingWalker Walker for the 'following' 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 NamespaceWalker Walker for the 'namespace' axes.
ParentWalker Walker for the 'parent' axes.
PrecedingSiblingWalker Walker for the 'preceding-sibling' axes.
PrecedingWalker Walker for the 'preceding' axes.
ReverseAxesWalker Walker for a reverse axes.
RootWalker Walker for the FROM_ROOT axes.
SelfWalker Walker for the 'self' axes.
SelfWalkerOneStep **For internal use only** Class SelfWalkerOneStep
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.
WalkerFactory  
 

Package org.apache.xpath.axes Description

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

Version:
Alpha, 2.0.0, July 05, 2000
Author:
Scott Boag



Copyright © 2000 Apache XML Project. All Rights Reserved.