Class PrependAxisIterator

java.lang.Object
net.sf.saxon.tree.iter.PrependSequenceIterator
net.sf.saxon.tree.iter.PrependAxisIterator
All Implemented Interfaces:
Closeable, AutoCloseable, SequenceIterator, AxisIterator

public class PrependAxisIterator extends PrependSequenceIterator implements AxisIterator
An iterator over nodes, that prepends a given node to the nodes returned by another iterator. Used to modify an iterator over axis A to one that iterates over A-OR-SELF.