Package javax.jcr

Interface PropertyIterator

    • Method Detail

      • nextProperty

        Property nextProperty()
        Returns the next Property in the iteration.
        Returns:
        the next Property in the iteration.
        Throws:
        NoSuchElementException - if iteration has no more Propertys.