Package org.eclipse.lemminx.dom
Class DTDDeclParameter
java.lang.Object
org.eclipse.lemminx.dom.DTDDeclParameter
- All Implemented Interfaces:
DOMRange,TargetRange
DTDDeclParameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetEnd()Returns the end offset of the node.Returns the owner document.Will get the parameter with the first and last character removed Can be used to remove the quotations from a URL value...intgetStart()Returns the start offset of the node.org.eclipse.lsp4j.RangeReturns the target range.Returns the target URI.
-
Constructor Details
-
DTDDeclParameter
-
-
Method Details
-
getStart
public int getStart()Description copied from interface:DOMRangeReturns the start offset of the node. -
getEnd
public int getEnd()Description copied from interface:DOMRangeReturns the end offset of the node. -
getOwnerDocument
Description copied from interface:DOMRangeReturns the owner document.- Specified by:
getOwnerDocumentin interfaceDOMRange- Returns:
- the owner document.
-
getOwnerDocType
-
getOwnerNode
-
getParameter
-
getParameterWithoutFirstAndLastChar
Will get the parameter with the first and last character removed Can be used to remove the quotations from a URL value... -
equals
-
getTargetRange
public org.eclipse.lsp4j.Range getTargetRange()Description copied from interface:TargetRangeReturns the target range.- Specified by:
getTargetRangein interfaceTargetRange- Returns:
- the target range.
-
getTargetURI
Description copied from interface:TargetRangeReturns the target URI.- Specified by:
getTargetURIin interfaceTargetRange- Returns:
- the target URI.
-