com.icl.saxon.tree

Class FollowingSiblingEnumeration

final class FollowingSiblingEnumeration extends TreeEnumeration

Constructor Summary
FollowingSiblingEnumeration(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

FollowingSiblingEnumeration

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