Uses of Class
org.apache.xpath.axes.AxesWalker
Packages that use AxesWalker
Package
Description
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.axesModifier and TypeClassDescriptionclassWalker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.classWalker for a reverse axes.Methods in org.apache.xpath.axes that return AxesWalkerModifier and TypeMethodDescriptionfinal AxesWalkerWalkingIterator.getFirstWalker()Get the head of the walker list.final AxesWalkerWalkingIterator.getLastUsedWalker()Get the last used walker.AxesWalker.getNextWalker()Get the next walker in the location step chain.AxesWalker.getPrevWalker()Get the previous walker reference in the location step chain.Methods in org.apache.xpath.axes with parameters of type AxesWalkerModifier and TypeMethodDescriptionfinal voidWalkingIterator.setFirstWalker(AxesWalker walker) Set the head of the walker list.final voidWalkingIterator.setLastUsedWalker(AxesWalker walker) Set the last used walker.voidAxesWalker.setNextWalker(AxesWalker walker) Set the next walker in the location step chain.voidAxesWalker.setPrevWalker(AxesWalker walker) Set or clear the previous walker reference in the location step chain.