| 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.
|
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()
Copyright © 2020. All rights reserved.