Uses of Class
org.apache.xpath.axes.PredicatedNodeTest

Packages that use PredicatedNodeTest
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
 

Uses of PredicatedNodeTest in org.apache.xalan.transformer
 

Subclasses of PredicatedNodeTest in org.apache.xalan.transformer
 class KeyIterator
          **For internal use only** This class implements an optimized iterator for "key()" patterns.
 class KeyRefIterator
          **For internal use only** This class implements an optimized iterator for "key()" patterns.
 class KeyWalker
          **For internal use only** Walker for a Key() function.
 

Uses of PredicatedNodeTest in org.apache.xpath.axes
 

Subclasses of PredicatedNodeTest in org.apache.xpath.axes
 class AttributeIterator
          **For advanced use only** This class implements an optimized iterator for attribute axes patterns.
 class AxesWalker
          Serves as common interface for axes Walkers, and stores common state variables.
 class ChildIterator
          **For advanced use only** This class implements an optimized iterator for "node()" patterns, that is, any children of the context node.
 class ChildTestIterator
          **For advanced use only** This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.
 class DescendantIterator
          **For advanced use only** This class implements an optimized iterator for descendant, descendant-or-self, or "//foo" patterns.
 class FilterExprWalker
          Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.
 class 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
 class 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.
 class OneStepIterator
          **For advanced use only** This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate.
 class 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.
 class ReverseAxesWalker
          Walker for a reverse axes.
 class SelfIteratorNoPredicate
          **For advanced use only** This class implements an optimized iterator for "." patterns, that is, the self axes without any predicates.
 class WalkingIterator
          Location path iterator that uses Walkers.
 class WalkingIteratorSorted
          **For internal use only** NEEDSDOC Class WalkingIteratorSorted
 



Copyright © 2001 Apache XML Project. All Rights Reserved.