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:
        NoSuchElementException - if iteration has no more Nodes.