com.icl.saxon.tree

Class FollowingEnumeration

final class FollowingEnumeration extends TreeEnumeration

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

Constructor Detail

FollowingEnumeration

public FollowingEnumeration(NodeImpl node, NodeTest nodeTest)

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()