Modifier and Type | Field and Description |
---|---|
private String | |
private String | |
private String | |
private XMLResourceIdentifier |
Access | Constructor and Description |
---|---|
public | |
public | |
public | EntityDeclarationImpl(String entityName, String replacementText, XMLResourceIdentifier resourceIdentifier)
|
Modifier and Type | Method and Description |
---|---|
public String | getBaseURI()
Implements javax. Get the base URI for this reference or null if this information is not available |
public String | |
public String | |
public String | getNotationName()
Implements javax. The name of the associated notation. |
public String | getPublicId()
Implements javax. The entity's public identifier, or null if none was given |
public String | getReplacementText()
Implements javax. The replacement text of the entity. |
public String | getSystemId()
Implements javax. The entity's system identifier. |
public XMLResourceIdentifier | |
protected void | |
public void | |
public void | |
public void | |
public void | |
protected void | writeAsEncodedUnicodeEx(Writer
The writer that will output the data writer)Implements abstract com. Helper method in order to expose IOException. |
fEntityName | back to summary |
---|---|
private String fEntityName |
fNotationName | back to summary |
---|---|
private String fNotationName |
fReplacementText | back to summary |
---|---|
private String fReplacementText |
fXMLResourceIdentifier | back to summary |
---|---|
private XMLResourceIdentifier fXMLResourceIdentifier |
EntityDeclarationImpl | back to summary |
---|---|
public EntityDeclarationImpl() Creates a new instance of EntityDeclarationImpl |
EntityDeclarationImpl | back to summary |
---|---|
public EntityDeclarationImpl(String entityName, String replacementText) |
EntityDeclarationImpl | back to summary |
---|---|
public EntityDeclarationImpl(String entityName, String replacementText, XMLResourceIdentifier resourceIdentifier) |
getBaseURI | back to summary |
---|---|
public String getBaseURI() Implements javax. Doc from javax. Get the base URI for this reference or null if this information is not available
|
getEntityName | back to summary |
---|---|
public String getEntityName() |
getName | back to summary |
---|---|
public String getName() Implements javax. Doc from javax. The entity's name
|
getNotationName | back to summary |
---|---|
public String getNotationName() Implements javax. Doc from javax. The name of the associated notation.
|
getPublicId | back to summary |
---|---|
public String getPublicId() Implements javax. Doc from javax. The entity's public identifier, or null if none was given
|
getReplacementText | back to summary |
---|---|
public String getReplacementText() Implements javax. Doc from javax. The replacement text of the entity. This method will only return non-null if this is an internal entity.
|
getSystemId | back to summary |
---|---|
public String getSystemId() Implements javax. Doc from javax. The entity's system identifier.
|
getXMLResourceIdentifier | back to summary |
---|---|
public XMLResourceIdentifier getXMLResourceIdentifier() |
init | back to summary |
---|---|
protected void init() |
setEntityName | back to summary |
---|---|
public void setEntityName(String entityName) |
setEntityReplacementText | back to summary |
---|---|
public void setEntityReplacementText(String replacementText) |
setNotationName | back to summary |
---|---|
public void setNotationName(String notationName) |
setXMLResourceIdentifier | back to summary |
---|---|
public void setXMLResourceIdentifier(XMLResourceIdentifier resourceIdentifier) |
writeAsEncodedUnicodeEx | back to summary |
---|---|
protected void writeAsEncodedUnicodeEx(Writer writer) throws IOException Implements abstract com. Doc from com. Helper method in order to expose IOException.
|