com.icl.saxon.tinytree
final class FollowingEnumeration extends Object implements AxisEnumeration
Field Summary | |
---|---|
boolean | includeDescendants |
int | last |
Constructor Summary | |
---|---|
FollowingEnumeration(TinyDocumentImpl doc, TinyNodeImpl node, NodeTest nodeTest, boolean includeDescendants) |
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() |