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, schemaTypeATTRIBUTE, 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, writeEventequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodeprotected 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 XMLEventpublic java.lang.String getName()
getName in interface NotationDeclarationpublic java.lang.String getPublicId()
getPublicId in interface NotationDeclarationpublic java.lang.String getSystemId()
getSystemId in interface NotationDeclaration