public class EntityDeclarationImpl extends XMLEventImpl implements EntityDeclaration
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 |
---|
EntityDeclarationImpl(java.lang.String baseURI,
java.lang.String name,
java.lang.String notationName,
java.lang.String publicId,
java.lang.String replacementText,
java.lang.String systemId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBaseURI() |
int |
getEventType() |
java.lang.String |
getName() |
java.lang.String |
getNotationName() |
java.lang.String |
getPublicId() |
java.lang.String |
getReplacementText() |
java.lang.String |
getSystemId() |
void |
writeAsEncodedUnicode(java.io.Writer writer) |
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
public EntityDeclarationImpl(java.lang.String baseURI, java.lang.String name, java.lang.String notationName, java.lang.String publicId, java.lang.String replacementText, java.lang.String systemId)
public java.lang.String getBaseURI()
getBaseURI
in interface EntityDeclaration
public java.lang.String getName()
getName
in interface EntityDeclaration
public java.lang.String getNotationName()
getNotationName
in interface EntityDeclaration
public java.lang.String getPublicId()
getPublicId
in interface EntityDeclaration
public java.lang.String getReplacementText()
getReplacementText
in interface EntityDeclaration
public java.lang.String getSystemId()
getSystemId
in interface EntityDeclaration
public int getEventType()
getEventType
in interface XMLEvent
getEventType
in class XMLEventImpl
public void writeAsEncodedUnicode(java.io.Writer writer) throws XMLStreamException
writeAsEncodedUnicode
in interface XMLEvent
writeAsEncodedUnicode
in class XMLEventImpl
XMLStreamException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object