com.icl.saxon.tree
Class ArrayEnumeration
final
class
ArrayEnumeration
extends Object
implements AxisEnumeration
ArrayEnumeration is used to enumerate nodes held in an array.
It is used only to enumerate the children of a node: this is assumed in the
values returned by isSorted(), etc.
Author: Michael H. Kay
int index
public ArrayEnumeration(
NodeInfo[] nodes)
public int getLastPosition()
public boolean hasMoreElements()
public boolean isPeer()
public boolean isReverseSorted()
public boolean isSorted()