Uses of Class
org.htmlunit.xpath.axes.WalkingIterator
-
Packages that use WalkingIterator Package Description org.htmlunit.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. -
-
Uses of WalkingIterator in org.htmlunit.xpath.axes
Subclasses of WalkingIterator in org.htmlunit.xpath.axes Modifier and Type Class Description class
WalkingIteratorSorted
This class iterates over set of nodes that needs to be sorted.Methods in org.htmlunit.xpath.axes that return WalkingIterator Modifier and Type Method Description WalkingIterator
AxesWalker. wi()
Methods in org.htmlunit.xpath.axes with parameters of type WalkingIterator Modifier and Type Method Description (package private) AxesWalker
AxesWalker. cloneDeep(WalkingIterator cloneOwner, java.util.Vector<AxesWalker> 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. loadWalkers(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.Constructors in org.htmlunit.xpath.axes with parameters of type WalkingIterator Constructor Description FilterExprWalker(WalkingIterator locPathIterator)
Construct a FilterExprWalker using a LocPathIterator.
-