Package javax.jcr

Interface NodeIterator

    • Method Detail

      • nextNode

        Node nextNode()
        Returns the next Node in the iteration.
        Returns:
        the next Node in the iteration.
        Throws:
        java.util.NoSuchElementException - if iteration has no more Nodes.