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

Packages that use AxesWalker
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
 

Uses of AxesWalker in org.apache.xpath.axes
 

Subclasses of AxesWalker in org.apache.xpath.axes
 class FilterExprWalker
          Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.
 class ReverseAxesWalker
          Walker for a reverse axes.
 

Methods in org.apache.xpath.axes that return AxesWalker
 AxesWalker AxesWalker.getNextWalker()
          Get the next walker in the location step chain.
 AxesWalker AxesWalker.getPrevWalker()
          Get the previous walker reference in the location step chain.
 AxesWalker WalkingIterator.getFirstWalker()
          **For advanced use only** Get the head of the walker list.
 AxesWalker WalkingIterator.getLastUsedWalker()
          **For advanced use only** Get the last used walker.
 

Methods in org.apache.xpath.axes with parameters of type AxesWalker
 void AxesWalker.setNextWalker(AxesWalker walker)
          Set the next walker in the location step chain.
 void AxesWalker.setPrevWalker(AxesWalker walker)
          Set or clear the previous walker reference in the location step chain.
 void WalkingIterator.setFirstWalker(AxesWalker walker)
          **For advanced use only** Set the head of the walker list.
 void WalkingIterator.setLastUsedWalker(AxesWalker walker)
          **For advanced use only** Set the last used walker.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.