com.icl.saxon.om

Class EmptyEnumeration

public class EmptyEnumeration extends Object implements AxisEnumeration

EmptyEnumeration: an enumeration of an empty node-set
Method Summary
static EmptyEnumerationgetInstance()
Return an instance of an EmptyEnumeration
intgetLastPosition()
booleanhasMoreElements()
booleanisPeer()
booleanisReverseSorted()
booleanisSorted()
NodeInfonextElement()

Method Detail

getInstance

public static EmptyEnumeration getInstance()
Return an instance of an EmptyEnumeration

getLastPosition

public int getLastPosition()

hasMoreElements

public boolean hasMoreElements()

isPeer

public boolean isPeer()

isReverseSorted

public boolean isReverseSorted()

isSorted

public boolean isSorted()

nextElement

public NodeInfo nextElement()