Interface AxisIterator

    • Method Detail

      • asIterator

        default java.util.Iterator<NodeInfo> asIterator()
        Get a Java Iterator over the same nodes as this AxisIterator. This is normally called when the iterator is positioned at the start; in principle, however, it can be called at any point in the iteration. The Java iterator picks up where the original AxisIterator left off
        Returns:
        a Java Iterator over the same nodes as this AxisIterator.
      • forEachNode

        default void forEachNode​(java.util.function.Consumer<? super NodeInfo> consumer)