public static class SteppingNavigator.DescendantAxisIterator extends java.lang.Object implements AxisIterator
| Constructor and Description |
|---|
DescendantAxisIterator(SteppingNode start,
boolean includeSelf,
NodeTest test)
Create an iterator over the descendant or descendant-or-self axis
|
| Modifier and Type | Method and Description |
|---|---|
SteppingNode |
next()
Get the next item in the sequence.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, dischargepublic DescendantAxisIterator(SteppingNode start, boolean includeSelf, NodeTest test)
start - the root of the subtree whose descendants are requiredincludeSelf - true if this is the descendant-or-self axistest - the node-test that selected nodes must satisfypublic SteppingNode next()
SequenceIteratornext in interface SequenceIteratornext in interface AxisIteratorCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.