public class NotationDeclarationEvent extends AbstractXMLEvent implements NotationDeclaration
NotationDeclaration
implementation.Modifier and Type | Field and Description |
---|---|
protected String |
name
The notation name.
|
protected String |
publicId
The public id of the notation
|
protected String |
systemId
The system id of the notation
|
location, schemaType
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor and Description |
---|
NotationDeclarationEvent(NotationDeclaration that) |
NotationDeclarationEvent(String name,
String publicId,
Location location) |
NotationDeclarationEvent(String name,
String publicId,
String systemId,
Location location) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
|
String |
getName() |
String |
getPublicId() |
String |
getSystemId() |
asCharacters, asEndElement, asStartElement, clone, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, matches, toString, writeAsEncodedUnicode, writeEvent
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
protected String name
protected String publicId
protected String systemId
public NotationDeclarationEvent(String name, String publicId, Location location)
public NotationDeclarationEvent(String name, String publicId, String systemId, Location location)
public NotationDeclarationEvent(NotationDeclaration that)
public int getEventType()
getEventType
in interface XMLEvent
public String getName()
getName
in interface NotationDeclaration
public String getPublicId()
getPublicId
in interface NotationDeclaration
public String getSystemId()
getSystemId
in interface NotationDeclaration