com.icl.saxon.tree
Class DescendantEnumeration
- AxisEnumeration, LastPositionFinder, NodeEnumeration
(package private) final class DescendantEnumeration
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()
|
DescendantEnumeration
public DescendantEnumeration(NodeImpl node,
NodeTest nodeTest,
boolean includeSelf)
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.