Interface DOMRange

    • Method Detail

      • getStart

        int getStart()
        Returns the start offset of the node.
        Returns:
        the start offset of the node.
      • getEnd

        int getEnd()
        Returns the end offset of the node.
        Returns:
        the end offset of the node.
      • getOwnerDocument

        DOMDocument getOwnerDocument()
        Returns the owner document.
        Returns:
        the owner document.