final class GraftingDescendantIterator extends Object implements AxisIterator
ATOMIZING, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD| Constructor and Description |
|---|
GraftingDescendantIterator(TinyTree doc,
TinyNodeImpl node,
NodeTest nodeTest)
Create an iterator over the descendant axis
|
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
next()
Get the next item in the sequence.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfirstWith, forEach, toGroundedValue, toListclose, forEachOrFail, getProperties, materializeGraftingDescendantIterator(TinyTree doc, TinyNodeImpl node, NodeTest nodeTest)
doc - the containing TinyTreenode - the node whose descendants are requirednodeTest - test to be satisfied by each returned nodepublic NodeInfo next()
UnfailingIteratornext in interface SequenceIterator<NodeInfo>next in interface AxisIteratornext in interface UnfailingIterator<NodeInfo>