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 TypeClassDescriptionclass
Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.class
Walker for a reverse axes.Fields in org.loboevolution.apache.xpath.axes declared as AxesWalkerModifier and TypeFieldDescriptionprotected AxesWalker
WalkingIterator.m_firstWalker
The head of the step walker list.protected AxesWalker
WalkingIterator.m_lastUsedWalker
The last used step walker in the walker list.protected AxesWalker
AxesWalker.m_nextWalker
The next walker in the location step chain.Methods in org.loboevolution.apache.xpath.axes that return AxesWalkerModifier and TypeMethodDescriptionfinal AxesWalker
WalkingIterator.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 void
WalkingIterator.setLastUsedWalker
(AxesWalker walker) Set the last used walker.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.