com.icl.saxon.tinytree
final class PrecedingEnumeration extends Object implements AxisEnumeration
| Field Summary | |
|---|---|
| TinyDocumentImpl | document |
| boolean | includeAncestors |
| int | last |
| int | nextAncestorDepth |
| int | nextNodeNr |
| TinyNodeImpl | startNode |
| NodeTest | test |
| Constructor Summary | |
|---|---|
| PrecedingEnumeration(TinyDocumentImpl doc, TinyNodeImpl node, NodeTest nodeTest, boolean includeAncestors) | |
| Method Summary | |
|---|---|
| int | getLastPosition()
Get the last position, that is the number of nodes in the enumeration |
| boolean | hasMoreElements() |
| boolean | isPeer() |
| boolean | isReverseSorted() |
| boolean | isSorted() |
| NodeInfo | nextElement() |