public class NotationDeclarationEvent extends AbstractXMLEvent implements NotationDeclaration
NotationDeclaration
implementation.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name
The notation name.
|
protected java.lang.String |
publicId
The public id of the notation
|
protected java.lang.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(java.lang.String name,
java.lang.String publicId,
Location location) |
NotationDeclarationEvent(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId,
Location location) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
|
java.lang.String |
getName() |
java.lang.String |
getPublicId() |
java.lang.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 java.lang.String name
protected java.lang.String publicId
protected java.lang.String systemId
public NotationDeclarationEvent(java.lang.String name, java.lang.String publicId, Location location)
public NotationDeclarationEvent(java.lang.String name, java.lang.String publicId, java.lang.String systemId, Location location)
public NotationDeclarationEvent(NotationDeclaration that)
public int getEventType()
getEventType
in interface XMLEvent
public java.lang.String getName()
getName
in interface NotationDeclaration
public java.lang.String getPublicId()
getPublicId
in interface NotationDeclaration
public java.lang.String getSystemId()
getSystemId
in interface NotationDeclaration