com.icl.saxon.tree
Class FollowingSiblingEnumeration
- AxisEnumeration, LastPositionFinder, NodeEnumeration
(package private) final class FollowingSiblingEnumeration
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()
|
FollowingSiblingEnumeration
public FollowingSiblingEnumeration(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.