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