|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A NodeEnumeration is used to iterate over a list of nodes. An AxisEnumeration is a NodeEnumeration that throws no exceptions; it also supports the ability to find the last() position, again with no exceptions.
Method Summary | |
int |
getLastPosition()
Get the last position |
boolean |
hasMoreElements()
Determine whether there are more nodes to come. |
NodeInfo |
nextElement()
Get the next node in sequence. |
Methods inherited from interface com.icl.saxon.om.NodeEnumeration |
isPeer, isReverseSorted, isSorted |
Method Detail |
public boolean hasMoreElements()
hasMoreElements
in interface NodeEnumeration
public NodeInfo nextElement()
nextElement
in interface NodeEnumeration
public int getLastPosition()
getLastPosition
in interface LastPositionFinder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |