public class NotationDeclarationImpl extends XMLEventImpl implements javax.xml.stream.events.NotationDeclaration
| Constructor and Description |
|---|
NotationDeclarationImpl(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getEventType() |
java.lang.String |
getName() |
java.lang.String |
getPublicId() |
java.lang.String |
getSystemId() |
void |
writeAsEncodedUnicode(java.io.Writer writer) |
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElementpublic NotationDeclarationImpl(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
public 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.NotationDeclarationpublic int getEventType()
getEventType in interface javax.xml.stream.events.XMLEventgetEventType in class XMLEventImplpublic void writeAsEncodedUnicode(java.io.Writer writer)
throws javax.xml.stream.XMLStreamException
writeAsEncodedUnicode in interface javax.xml.stream.events.XMLEventwriteAsEncodedUnicode in class XMLEventImpljavax.xml.stream.XMLStreamExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object