Uses of Class
org.apache.xpath.axes.WalkingIterator
| Package | Description |
|---|---|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
-
Uses of WalkingIterator in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return WalkingIterator Modifier and Type Method Description protected WalkingIteratorRedundentExprEliminator. createIteratorFromSteps(WalkingIterator wi, int numSteps)Create a new WalkingIterator from the steps in another WalkingIterator.Methods in org.apache.xalan.templates with parameters of type WalkingIterator Modifier and Type Method Description protected LocPathIteratorRedundentExprEliminator. changePartToRef(QName uniquePseudoVarName, WalkingIterator wi, int numSteps, boolean isGlobal)Change a given number of steps to a single variable reference.protected WalkingIteratorRedundentExprEliminator. createIteratorFromSteps(WalkingIterator wi, int numSteps)Create a new WalkingIterator from the steps in another WalkingIterator.protected booleanRedundentExprEliminator. stepsEqual(WalkingIterator iter1, WalkingIterator iter2, int numSteps)Compare a given number of steps between two iterators, to see if they are equal. -
Uses of WalkingIterator in org.apache.xpath.axes
Subclasses of WalkingIterator in org.apache.xpath.axes Modifier and Type Class Description classWalkingIteratorSortedThis class iterates over set of nodes that needs to be sorted.Methods in org.apache.xpath.axes that return WalkingIterator Modifier and Type Method Description WalkingIteratorAxesWalker. wi()Constructors in org.apache.xpath.axes with parameters of type WalkingIterator Constructor Description FilterExprWalker(WalkingIterator locPathIterator)Construct a FilterExprWalker using a LocPathIterator.