Package net.sf.saxon.tree.iter
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.saxon.tree.iter.ArrayIterator
ArrayIterator.OfNodes
Nested classes/interfaces inherited from interface net.sf.saxon.om.SequenceIterator
SequenceIterator.Property
-
Field Summary
Fields inherited from class net.sf.saxon.tree.iter.ArrayIterator
end, items, start
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.saxon.tree.iter.ArrayIterator
getArray, getEndPosition, getLength, getProperties, getResidue, getStartPosition, hasNext, makeSliceIterator, materialize, next
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.saxon.tree.iter.AxisIterator
asIterator, forEachNode, next
Methods inherited from interface net.sf.saxon.om.SequenceIterator
close, forEachOrFail, getProperties
Methods inherited from interface net.sf.saxon.tree.iter.UnfailingIterator
forEach, toList
-
Constructor Details
-
OfNodes
-