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, setName
asCharacters, 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, 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 EndElementEvent()
public EndElementEvent(javax.xml.namespace.QName name)
protected void init()
public java.util.Iterator getNamespaces()
javax.xml.stream.events.EndElement
getNamespaces
in interface javax.xml.stream.events.EndElement
public void addNamespace(javax.xml.stream.events.Namespace n)
public void reset()
protected void doWriteAsEncodedUnicode(java.io.Writer writer) throws java.io.IOException
BaseEvent
doWriteAsEncodedUnicode
in class NamedEvent
java.io.IOException