|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WalkingIterator | |
---|---|
org.apache.xpath.axes | Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. |
Uses of WalkingIterator in org.apache.xpath.axes |
---|
Subclasses of WalkingIterator in org.apache.xpath.axes | |
---|---|
class |
WalkingIteratorSorted
This class iterates over set of nodes that needs to be sorted. |
Methods in org.apache.xpath.axes that return WalkingIterator | |
---|---|
WalkingIterator |
AxesWalker.wi()
|
Methods in org.apache.xpath.axes with parameters of type WalkingIterator | |
---|---|
(package private) AxesWalker |
AxesWalker.cloneDeep(WalkingIterator cloneOwner,
java.util.Vector cloneList)
Do a deep clone of this walker, including next and previous walkers. |
private static AxesWalker |
WalkerFactory.createDefaultWalker(Compiler compiler,
int opPos,
WalkingIterator lpi,
int analysis)
Create the proper Walker from the axes type. |
(package private) static AxesWalker |
WalkerFactory.loadOneWalker(WalkingIterator lpi,
Compiler compiler,
int stepOpCodePos)
This method is for building an array of possible levels where the target element(s) could be found for a match. |
(package private) static AxesWalker |
WalkerFactory.loadWalkers(WalkingIterator lpi,
Compiler compiler,
int stepOpCodePos,
int stepIndex)
This method is for building an array of possible levels where the target element(s) could be found for a match. |
Constructors in org.apache.xpath.axes with parameters of type WalkingIterator | |
---|---|
FilterExprWalker(WalkingIterator locPathIterator)
Construct a FilterExprWalker using a LocPathIterator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |