net.sf.saxon.tinytree
final class DescendantEnumeration extends AxisIteratorImpl
| Constructor Summary | |
|---|---|
| DescendantEnumeration(TinyTree doc, TinyNodeImpl node, NodeTest nodeTest, boolean includeSelf)
Create an iterator over the descendant axis | |
| Method Summary | |
|---|---|
| SequenceIterator | getAnother()
Get another enumeration of the same nodes |
| Item | next() |
Parameters: doc the containing TinyTree node the node whose descendants are required nodeTest test to be satisfied by each returned node includeSelf true if the start node is to be included