| java.lang.Object javanet.staxutils.events.AbstractXMLEvent javanet.staxutils.events.EntityDeclarationEvent
Constructor Summary | |
public | EntityDeclarationEvent(String name, String replacementText, Location location) | public | EntityDeclarationEvent(String name, String replacementText, String notationName, Location location) | public | EntityDeclarationEvent(String name, String publicId, String systemId, String baseURI, String notationName, Location location) | public | EntityDeclarationEvent(EntityDeclaration that) |
baseURI | protected String baseURI(Code) | | The entity base URI, or null if this isn't an external entity
|
notationName | protected String notationName(Code) | | The optional notation name.
|
publicId | protected String publicId(Code) | | The public id, or null if this isn't an external entity
|
replacementText | protected String replacementText(Code) | | The replacement text, or null if this isn't an internal entity.
|
systemId | protected String systemId(Code) | | The system id, or null if this isn't an external entity.
|
|
|