Class ArrayIterator.OfNodes

java.lang.Object
net.sf.saxon.tree.iter.ArrayIterator<NodeInfo>
net.sf.saxon.tree.iter.ArrayIterator.OfNodes
All Implemented Interfaces:
Closeable, AutoCloseable, LastPositionFinder, SequenceIterator, AxisIterator, GroundedIterator, LookaheadIterator, UnfailingIterator
Enclosing class:
ArrayIterator<T extends Item>

public static class ArrayIterator.OfNodes extends ArrayIterator<NodeInfo> implements AxisIterator
ArrayIterator.OfNodes is a subclass of ArrayIterator where the array always contains Nodes; it therefore implements the AxisIterator interface.
  • Constructor Details

    • OfNodes

      public OfNodes(NodeInfo[] list)