public class EntityReferenceEvent extends EventBase implements EntityReference
_eventType, _location
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 |
---|
EntityReferenceEvent() |
EntityReferenceEvent(String entityName,
EntityDeclaration entityDeclaration) |
Modifier and Type | Method and Description |
---|---|
EntityDeclaration |
getDeclaration()
Return the declaration of this entity.
|
String |
getName()
The name of the entity
|
protected void |
init() |
void |
setDeclaration(EntityDeclaration declaration) |
void |
setName(String name) |
String |
toString() |
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, getSystemId, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setEventType, setLocation, writeAsEncodedUnicode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
public EntityReferenceEvent()
public EntityReferenceEvent(String entityName, EntityDeclaration entityDeclaration)
public String getName()
getName
in interface EntityReference
public EntityDeclaration getDeclaration()
getDeclaration
in interface EntityReference
public void setName(String name)
public void setDeclaration(EntityDeclaration declaration)
protected void init()
Copyright © 2023 Oracle Corpration. All rights reserved.