Package net.sf.saxon.tree.iter
Class ArrayIterator.OfNodes<N extends NodeInfo>
java.lang.Object
net.sf.saxon.tree.iter.ArrayIterator
net.sf.saxon.tree.iter.ArrayIterator.Of<N>
net.sf.saxon.tree.iter.ArrayIterator.OfNodes<N>
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- LastPositionFinder,- FocusIterator,- SequenceIterator,- AxisIterator,- GroundedIterator,- LookaheadIterator,- ReversibleIterator
- Enclosing class:
- ArrayIterator
public static class ArrayIterator.OfNodes<N extends NodeInfo>
extends ArrayIterator.Of<N>
implements AxisIterator
ArrayIterator.OfNodes is a subclass of ArrayIterator where the array always
 contains Nodes; it therefore implements the AxisIterator interface.
- 
Nested Class SummaryNested classes/interfaces inherited from class net.sf.saxon.tree.iter.ArrayIteratorArrayIterator.Of<T extends Item>, ArrayIterator.OfNodes<N extends NodeInfo>
- 
Field SummaryFields inherited from class net.sf.saxon.tree.iter.ArrayIterator.OfitemsFields inherited from class net.sf.saxon.tree.iter.ArrayIteratorend, index, start
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.sf.saxon.tree.iter.ArrayIterator.Ofcurrent, getArray, getEndPosition, getLength, getResidue, getReverseIterator, getStartPosition, hasNext, makeSliceIterator, materialize, supportsGetLengthMethods inherited from class net.sf.saxon.tree.iter.ArrayIteratorisActuallyGrounded, position, supportsHasNextMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.saxon.om.SequenceIteratorclose
- 
Constructor Details- 
OfNodes
 
- 
- 
Method Details- 
nextDescription copied from class:ArrayIterator.OfGet the next item in the array- Specified by:
- nextin interface- AxisIterator
- Specified by:
- nextin interface- SequenceIterator
- Overrides:
- nextin class- ArrayIterator.Of<N extends NodeInfo>
- Returns:
- the next item in the array
 
 
-