public class DTDDeclParameter extends Object implements DOMRange, TargetRange
| Constructor and Description |
|---|
DTDDeclParameter(DTDDeclNode ownerNode,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getEnd()
Returns the end offset of the node.
|
DOMDocumentType |
getOwnerDocType() |
DOMDocument |
getOwnerDocument()
Returns the owner document.
|
DTDDeclNode |
getOwnerNode() |
String |
getParameter() |
String |
getParameterWithoutFirstAndLastChar()
Will get the parameter with the first and last character removed
Can be used to remove the quotations from a URL value...
|
int |
getStart()
Returns the start offset of the node.
|
org.eclipse.lsp4j.Range |
getTargetRange()
Returns the target range.
|
String |
getTargetURI()
Returns the target URI.
|
public DTDDeclParameter(DTDDeclNode ownerNode, int start, int end)
public int getStart()
DOMRangepublic int getEnd()
DOMRangepublic DOMDocument getOwnerDocument()
DOMRangegetOwnerDocument in interface DOMRangepublic DOMDocumentType getOwnerDocType()
public DTDDeclNode getOwnerNode()
public String getParameter()
public String getParameterWithoutFirstAndLastChar()
public org.eclipse.lsp4j.Range getTargetRange()
TargetRangegetTargetRange in interface TargetRangepublic String getTargetURI()
TargetRangegetTargetURI in interface TargetRangeCopyright © 2020. All rights reserved.