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

Packages that use AxesWalker
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 AxesWalker in org.apache.xalan.transformer
 

Subclasses of AxesWalker in org.apache.xalan.transformer
 class KeyWalker
           
 

Uses of AxesWalker in org.apache.xpath.axes
 

Subclasses of AxesWalker in org.apache.xpath.axes
 class AncestorOrSelfWalker
          Walker for the 'ancestor-or-self' axes.
 class AncestorWalker
          Walker for the 'ancestor' axes.
 class AttributeWalker
          Walker for the 'attribute' axes.
 class AttributeWalkerOneStep
           
 class ChildWalker
          Walker for the 'child' axes.
 class ChildWalkerMultiStep
          **For internal use only** Class ChildWalkerMultiStep
 class ChildWalkerOneStep
           
 class DescendantOrSelfWalker
          Walker for the 'descendant-or-self' axes.
 class DescendantWalker
          Walker for the 'descendant' axes.
 class FilterExprWalker
          Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.
 class FollowingSiblingWalker
          Walker for the 'following-sibling' axes.
 class FollowingWalker
          Walker for the 'following' axes.
 class NamespaceWalker
          Walker for the 'namespace' axes.
 class ParentWalker
          Walker for the 'parent' axes.
 class PrecedingSiblingWalker
          Walker for the 'preceding-sibling' axes.
 class PrecedingWalker
          Walker for the 'preceding' axes.
 class ReverseAxesWalker
          Walker for a reverse axes.
 class RootWalker
          Walker for the FROM_ROOT axes.
 class SelfWalker
          Walker for the 'self' axes.
 class SelfWalkerOneStep
          **For internal use only** Class SelfWalkerOneStep
 

Methods in org.apache.xpath.axes that return AxesWalker
 AxesWalker LocPathIterator.getFirstWalker()
          **For advanced use only** For internal use.
 AxesWalker LocPathIterator.getLastUsedWalker()
          **For advanced use only** For internal use.
 AxesWalker AxesWalker.getNextWalker()
           
 AxesWalker AxesWalker.getPrevWalker()
           
 

Methods in org.apache.xpath.axes with parameters of type AxesWalker
 void LocPathIterator.setLastUsedWalker(AxesWalker walker)
          **For advanced use only** For internal use.
 void LocPathIterator.addToWaitList(AxesWalker walker)
          **For advanced use only**  
 void LocPathIterator.removeFromWaitList(AxesWalker walker)
          **For advanced use only**  
 void AxesWalker.setNextWalker(AxesWalker walker)
           
 void AxesWalker.setPrevWalker(AxesWalker walker)
           
 



Copyright © 2000 Apache XML Project. All Rights Reserved.