Uses of Class
org.loboevolution.apache.xpath.axes.AxesWalker
Package
Description
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
-
Uses of AxesWalker in org.loboevolution.apache.xpath.axes
Modifier and TypeClassDescriptionclass
Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.class
Walker for a reverse axes.Modifier 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.Modifier and TypeMethodDescriptionfinal AxesWalker
WalkingIterator.getLastUsedWalker()
Get the last used walker.AxesWalker.getNextWalker()
Get the next walker in the location step chain.Modifier 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.