public class EndElementEvent extends EventBase implements javax.xml.stream.events.EndElement
_eventType, _locationATTRIBUTE, 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 |
|---|
EndElementEvent() |
EndElementEvent(QName qname) |
EndElementEvent(String prefix,
String namespaceURI,
String localpart) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNamespace(javax.xml.stream.events.Namespace namespace) |
QName |
getName()
Get the name of this event
|
Iterator |
getNamespaces()
Returns an Iterator of namespaces that have gone out
of scope.
|
void |
reset() |
void |
setName(QName qname) |
String |
toString() |
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, getSystemId, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setEventType, setLocation, 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(QName qname)
public void reset()
public QName getName()
getName in interface javax.xml.stream.events.EndElementpublic void setName(QName qname)
public Iterator getNamespaces()
getNamespaces in interface javax.xml.stream.events.EndElementpublic void addNamespace(javax.xml.stream.events.Namespace namespace)
Copyright © 2012 Oracle Corpration. All Rights Reserved.