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