com.icl.saxon.tree

Class DescendantEnumeration

final class DescendantEnumeration extends TreeEnumeration

Constructor Summary
DescendantEnumeration(NodeImpl node, NodeTest nodeTest, boolean includeSelf)
Method Summary
intgetLastPosition()
Get the last position, that is the number of nodes in the enumeration
booleanisSorted()
protected voidstep()

Constructor Detail

DescendantEnumeration

public DescendantEnumeration(NodeImpl node, NodeTest nodeTest, boolean includeSelf)

Method Detail

getLastPosition

public int getLastPosition()
Get the last position, that is the number of nodes in the enumeration

isSorted

public boolean isSorted()

step

protected void step()