public class EntityReferenceEvent extends DummyEvent implements javax.xml.stream.events.EntityReference
fLocation
Constructor and Description |
---|
EntityReferenceEvent() |
EntityReferenceEvent(java.lang.String entityName,
javax.xml.stream.events.EntityDeclaration entityDeclaration) |
Modifier and Type | Method and Description |
---|---|
javax.xml.stream.events.EntityDeclaration |
getDeclaration() |
java.lang.String |
getName() |
protected void |
init() |
java.lang.String |
toString() |
protected void |
writeAsEncodedUnicodeEx(java.io.Writer writer)
Helper method in order to expose IOException.
|
asCharacters, asEndElement, asStartElement, charEncode, getEventType, getLocation, getSchemaType, isAttribute, isCharacterData, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setEventType, 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(java.lang.String entityName, javax.xml.stream.events.EntityDeclaration entityDeclaration)
public java.lang.String getName()
getName
in interface javax.xml.stream.events.EntityReference
public java.lang.String toString()
toString
in class java.lang.Object
protected void writeAsEncodedUnicodeEx(java.io.Writer writer) throws java.io.IOException
DummyEvent
writeAsEncodedUnicodeEx
in class DummyEvent
writer
- The writer that will output the datajava.io.IOException
- if there is an IO errorpublic javax.xml.stream.events.EntityDeclaration getDeclaration()
getDeclaration
in interface javax.xml.stream.events.EntityReference
protected void init()
Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.