Uses of Class
org.loboevolution.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.loboevolution.apache.xpath.axes
Subclasses of AxesWalker in org.loboevolution.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.Fields in org.loboevolution.apache.xpath.axes declared as AxesWalkerModifier and TypeFieldDescriptionprotected AxesWalkerWalkingIterator.m_firstWalkerThe head of the step walker list.protected AxesWalkerWalkingIterator.m_lastUsedWalkerThe last used step walker in the walker list.protected AxesWalkerAxesWalker.m_nextWalkerThe next walker in the location step chain.Methods in org.loboevolution.apache.xpath.axes that return AxesWalkerModifier and TypeMethodDescriptionfinal AxesWalkerWalkingIterator.getLastUsedWalker()Get the last used walker.AxesWalker.getNextWalker()Get the next walker in the location step chain.Methods in org.loboevolution.apache.xpath.axes with parameters of type AxesWalkerModifier and TypeMethodDescriptionfinal 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.