Uses of Class
org.htmlunit.xpath.axes.WalkingIterator
Packages that use WalkingIterator
Package
Description
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.axesModifier and TypeClassDescriptionclass
This class iterates over set of nodes that needs to be sorted.Methods in org.htmlunit.xpath.axes that return WalkingIteratorMethods in org.htmlunit.xpath.axes with parameters of type WalkingIteratorModifier and TypeMethodDescription(package private) AxesWalker
AxesWalker.cloneDeep
(WalkingIterator cloneOwner, 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 WalkingIteratorModifierConstructorDescriptionFilterExprWalker
(WalkingIterator locPathIterator) Construct a FilterExprWalker using a LocPathIterator.