net.sf.saxon.om
public static final class Navigator.DescendantEnumeration extends Navigator.BaseEnumeration
| Constructor Summary | |
|---|---|
| DescendantEnumeration(NodeInfo start, boolean includeSelf, boolean forwards)
Create an iterator over the descendant or descendant-or-self axis | |
| Method Summary | |
|---|---|
| void | advance() |
| SequenceIterator | getAnother() |
Parameters: start the initial context node includeSelf true if the "self" node is to be included forwards true for a forwards iteration, false for reverse order