javax.xml.stream.events
public interface EntityDeclaration extends XMLEvent
Method Summary | |
---|---|
String | getBaseURI()
Returns the base URI for the entity. |
String | getName()
Returns the name of the entity. |
String | getNotationName()
Returns the name of the associated notation. |
String | getPublicId()
Returns the public identifier of the entity. |
String | getReplacementText()
Returns the replacement text for the entity. |
String | getSystemId()
Returns the system identifier of the entity. |