LastPositionFinder
, NodeEnumeration
AncestorEnumeration
, AncestorEnumeration
, ArrayEnumeration
, AttributeEnumeration
, AttributeEnumeration
, ChildEnumeration
, DescendantEnumeration
, DescendantEnumeration
, EmptyEnumeration
, FollowingEnumeration
, FollowingEnumeration
, FollowingSiblingEnumeration
, NamespaceEnumeration
, NamespaceEnumeration
, NodeWrapper.AncestorEnumeration
, PrecedingEnumeration
, PrecedingEnumeration
, PrecedingOrAncestorEnumeration
, PrecedingSiblingEnumeration
, PrecedingSiblingEnumeration
, PrependIterator
, SiblingEnumeration
, SingletonEnumeration
, TreeEnumeration
public interface AxisEnumeration extends NodeEnumeration, LastPositionFinder
Modifier and Type | Method | Description |
---|---|---|
int |
getLastPosition() |
Get the last position
|
boolean |
hasMoreElements() |
Determine whether there are more nodes to come.
|
NodeInfo |
nextElement() |
Get the next node in sequence.
|
isPeer, isReverseSorted, isSorted
boolean hasMoreElements()
hasMoreElements
in interface NodeEnumeration
NodeInfo nextElement()
nextElement
in interface NodeEnumeration
int getLastPosition()
getLastPosition
in interface LastPositionFinder