Package net.sf.saxon.tree.iter
Class ArrayIterator.OfNodes
- All Implemented Interfaces:
Closeable,AutoCloseable,LastPositionFinder,SequenceIterator<NodeInfo>,AxisIterator,GroundedIterator<NodeInfo>,LookaheadIterator<NodeInfo>,UnfailingIterator<NodeInfo>
- 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.saxon.tree.iter.ArrayIterator
ArrayIterator.OfNodes -
Field Summary
Fields inherited from class net.sf.saxon.tree.iter.ArrayIterator
end, items, startFields inherited from interface net.sf.saxon.om.SequenceIterator
ATOMIZING, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.saxon.tree.iter.ArrayIterator
getArray, getEndPosition, getLength, getProperties, getResidue, getStartPosition, hasNext, makeSliceIterator, materialize, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.saxon.tree.iter.AxisIterator
nextMethods inherited from interface net.sf.saxon.om.SequenceIterator
close, forEachOrFail, getPropertiesMethods inherited from interface net.sf.saxon.tree.iter.UnfailingIterator
firstWith, forEach, toGroundedValue, toList
-
Constructor Details
-
OfNodes
-