Class ArrayIterator.OfNodes
- All Implemented Interfaces:
Closeable, AutoCloseable, LastPositionFinder, SequenceIterator, AxisIterator, GroundedIterator, LookaheadIterator, UnfailingIterator
- Enclosing class:
ArrayIterator<T extends Item>
ArrayIterator.OfNodes is a subclass of ArrayIterator where the array always
contains Nodes; it therefore implements the AxisIterator interface.
- Author:
- Michael H. Kay
-
Nested Class Summary
Nested classes/interfaces inherited from class ArrayIterator
ArrayIterator.OfNodesNested classes/interfaces inherited from interface SequenceIterator
SequenceIterator.Property -
Field Summary
Fields inherited from class ArrayIterator
end, items, start -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ArrayIterator
getArray, getEndPosition, getLength, getProperties, getResidue, getStartPosition, hasNext, makeSliceIterator, materialize, nextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AxisIterator
asIterator, forEachNode, nextMethods inherited from interface SequenceIterator
close, forEachOrFail, getPropertiesMethods inherited from interface UnfailingIterator
forEach, toList
-
Constructor Details
-
OfNodes
-