public interface EntityDeclaration extends XMLEvent
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseURI()
Returns the base URI for the entity.
|
java.lang.String |
getName()
Returns the name of the entity.
|
java.lang.String |
getNotationName()
Returns the name of the associated notation.
|
java.lang.String |
getPublicId()
Returns the public identifier of the entity.
|
java.lang.String |
getReplacementText()
Returns the replacement text for the entity.
|
java.lang.String |
getSystemId()
Returns the system identifier of the entity.
|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodejava.lang.String getPublicId()
java.lang.String getSystemId()
java.lang.String getName()
java.lang.String getNotationName()
java.lang.String getReplacementText()
java.lang.String getBaseURI()