com.icl.saxon.tree
Class FollowingEnumeration
- AxisEnumeration, LastPositionFinder, NodeEnumeration
(package private) final class FollowingEnumeration
int | getLastPosition() - Get the last position, that is the number of nodes in the enumeration
|
boolean | isSorted() - Determine whether the nodes returned by this enumeration are known to be in document order
|
protected void | step()
|
FollowingEnumeration
public FollowingEnumeration(NodeImpl node,
NodeTest nodeTest)
isSorted
public boolean isSorted()
Determine whether the nodes returned by this enumeration are known to be in document order
- isSorted in interface NodeEnumeration
- isSorted in interface TreeEnumeration
- true if the nodes are guaranteed to be in document order.