Class PrependIterator

  • All Implemented Interfaces:
    AxisIterator, SequenceIterator

    public class PrependIterator
    extends java.lang.Object
    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.