com.icl.saxon.tree

Class ChildEnumeration

final class ChildEnumeration extends TreeEnumeration

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

Constructor Detail

ChildEnumeration

public ChildEnumeration(NodeImpl node, NodeTest nodeTest)

Method Detail

getLastPosition

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

isPeer

public boolean isPeer()

isSorted

public boolean isSorted()

step

protected void step()