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()
DOMRange
public int getEnd()
DOMRange
public DOMDocument getOwnerDocument()
DOMRange
getOwnerDocument
in interface DOMRange
public DOMDocumentType getOwnerDocType()
public DTDDeclNode getOwnerNode()
public String getParameter()
public String getParameterWithoutFirstAndLastChar()
public org.eclipse.lsp4j.Range getTargetRange()
TargetRange
getTargetRange
in interface TargetRange
public String getTargetURI()
TargetRange
getTargetURI
in interface TargetRange
Copyright © 2020. All rights reserved.