public class NotationDeclarationEvent extends AbstractXMLEvent implements javax.xml.stream.events.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| Constructor and Description |
|---|
NotationDeclarationEvent(javax.xml.stream.events.NotationDeclaration that) |
NotationDeclarationEvent(java.lang.String name,
java.lang.String publicId,
javax.xml.stream.Location location) |
NotationDeclarationEvent(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId,
javax.xml.stream.Location location) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType()
Returns
XMLStreamConstants.NOTATION_DECLARATION. |
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,
javax.xml.stream.Location location)
public NotationDeclarationEvent(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId,
javax.xml.stream.Location location)
public NotationDeclarationEvent(javax.xml.stream.events.NotationDeclaration that)
public int getEventType()
XMLStreamConstants.NOTATION_DECLARATION.getEventType in interface javax.xml.stream.events.XMLEventpublic java.lang.String getName()
getName in interface javax.xml.stream.events.NotationDeclarationpublic java.lang.String getPublicId()
getPublicId in interface javax.xml.stream.events.NotationDeclarationpublic java.lang.String getSystemId()
getSystemId in interface javax.xml.stream.events.NotationDeclaration