com.icl.saxon.tree

Class AncestorEnumeration

final class AncestorEnumeration extends TreeEnumeration

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

Constructor Detail

AncestorEnumeration

public AncestorEnumeration(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

step

protected void step()