|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AxisEnumeration
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 |
|---|
boolean hasMoreElements()
hasMoreElements in interface NodeEnumerationNodeInfo nextElement()
nextElement in interface NodeEnumerationint getLastPosition()
getLastPosition in interface LastPositionFinder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||