com.icl.saxon.tinytree
final class PrecedingSiblingEnumeration extends Object implements AxisEnumeration
| Field Summary | |
|---|---|
| int | depth |
| TinyDocumentImpl | document |
| int | last |
| int | nextNodeNr |
| TinyNodeImpl | parentNode |
| TinyNodeImpl | startNode |
| NodeTest | test |
| Constructor Summary | |
|---|---|
| protected | PrecedingSiblingEnumeration(TinyDocumentImpl doc, TinyNodeImpl node, NodeTest nodeTest) |
| 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() |