Class DTDDeclParameter

    • Constructor Detail

      • DTDDeclParameter

        public DTDDeclParameter​(DTDDeclNode ownerNode,
                                int start,
                                int end)
    • Method Detail

      • getStart

        public int getStart()
        Description copied from interface: DOMRange
        Returns the start offset of the node.
        Specified by:
        getStart in interface DOMRange
        Returns:
        the start offset of the node.
      • getEnd

        public int getEnd()
        Description copied from interface: DOMRange
        Returns the end offset of the node.
        Specified by:
        getEnd in interface DOMRange
        Returns:
        the end offset of the node.
      • getOwnerDocument

        public DOMDocument getOwnerDocument()
        Description copied from interface: DOMRange
        Returns the owner document.
        Specified by:
        getOwnerDocument in interface DOMRange
        Returns:
        the owner document.
      • getParameter

        public String getParameter()
      • getParameterWithoutFirstAndLastChar

        public String getParameterWithoutFirstAndLastChar()
        Will get the parameter with the first and last character removed Can be used to remove the quotations from a URL value...
      • getTargetRange

        public org.eclipse.lsp4j.Range getTargetRange()
        Description copied from interface: TargetRange
        Returns the target range.
        Specified by:
        getTargetRange in interface TargetRange
        Returns:
        the target range.