Interface ReferenceNodeSetData

    • Method Detail

      • iterator

        java.util.Iterator<org.w3c.dom.Node> iterator()
        Returns a read-only iterator over the nodes contained in this NodeSetData in document order. Attempts to modify the returned iterator via the remove method throw UnsupportedOperationException.
        Returns:
        an Iterator over the nodes in this NodeSetData in document order