public class EndElementEvent extends NamedEvent implements javax.xml.stream.events.EndElement
| Constructor and Description |
|---|
EndElementEvent() |
EndElementEvent(javax.xml.namespace.QName name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNamespace(javax.xml.stream.events.Namespace n) |
protected void |
doWriteAsEncodedUnicode(java.io.Writer writer)
Template method to be implemented by sub-classes.
|
java.util.Iterator |
getNamespaces()
Returns an Iterator of namespaces that have gone out
of scope.
|
protected void |
init() |
void |
reset() |
java.lang.String |
toString() |
getName, nameAsString, setNameasCharacters, asEndElement, asStartElement, getCharacterOffset, getColumnNumber, getEventType, getLineNumber, getLocation, getLocationURI, getPublicId, getSchemaType, getSourceName, getSystemId, getTypeAsString, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, recycle, setCharacterOffset, setColumnNumber, setEventType, setLineNumber, setLocationURI, writeAsEncodedUnicodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodepublic EndElementEvent()
public EndElementEvent(javax.xml.namespace.QName name)
protected void init()
public java.util.Iterator getNamespaces()
javax.xml.stream.events.EndElementgetNamespaces in interface javax.xml.stream.events.EndElementpublic void addNamespace(javax.xml.stream.events.Namespace n)
public void reset()
protected void doWriteAsEncodedUnicode(java.io.Writer writer)
throws java.io.IOException
BaseEventdoWriteAsEncodedUnicode in class NamedEventjava.io.IOException