Uses of Class
org.apache.xpath.axes.AxesWalker
| Package | Description |
|---|---|
| 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 Modifier and Type Class Description classFilterExprWalkerWalker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.classReverseAxesWalkerWalker for a reverse axes.Fields in org.apache.xpath.axes declared as AxesWalker Modifier and Type Field Description protected 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.apache.xpath.axes that return AxesWalker Modifier and Type Method Description AxesWalkerWalkingIterator. getFirstWalker()Get the head of the walker list.AxesWalkerWalkingIterator. getLastUsedWalker()Get the last used walker.AxesWalkerAxesWalker. getNextWalker()Get the next walker in the location step chain.AxesWalkerAxesWalker. getPrevWalker()Get the previous walker reference in the location step chain.Methods in org.apache.xpath.axes with parameters of type AxesWalker Modifier and Type Method Description voidWalkingIterator. setFirstWalker(AxesWalker walker)Set the head of the walker list.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.