public class EntityDeclarationEventImpl extends BaseEventImpl implements EntityDeclaration
Modifier and Type | Field and Description |
---|---|
protected String |
mName |
mLocation
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 |
---|
EntityDeclarationEventImpl(Location loc,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Declared abstract to force redefinition by sub-classes
|
String |
getBaseURI() |
int |
getEventType() |
String |
getName() |
String |
getNotationName() |
String |
getPublicId() |
String |
getReplacementText() |
String |
getSystemId() |
int |
hashCode()
Declared abstract to force redefinition by sub-classes
|
void |
writeAsEncodedUnicode(Writer w) |
void |
writeUsing(XMLStreamWriter2 w) |
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
protected final String mName
public String getBaseURI()
getBaseURI
in interface EntityDeclaration
public String getName()
getName
in interface EntityDeclaration
public String getNotationName()
getNotationName
in interface EntityDeclaration
public String getPublicId()
getPublicId
in interface EntityDeclaration
public String getReplacementText()
getReplacementText
in interface EntityDeclaration
public String getSystemId()
getSystemId
in interface EntityDeclaration
public int getEventType()
getEventType
in interface XMLEvent
getEventType
in class BaseEventImpl
public void writeAsEncodedUnicode(Writer w) throws XMLStreamException
writeAsEncodedUnicode
in interface XMLEvent
writeAsEncodedUnicode
in class BaseEventImpl
XMLStreamException
public void writeUsing(XMLStreamWriter2 w) throws XMLStreamException
writeUsing
in interface XMLEvent2
writeUsing
in class BaseEventImpl
XMLStreamException
public boolean equals(Object o)
BaseEventImpl
equals
in class BaseEventImpl
public int hashCode()
BaseEventImpl
hashCode
in class BaseEventImpl
Copyright © 2015 fasterxml.com. All Rights Reserved.