public class EndElementEvent extends EventBase implements javax.xml.stream.events.EndElement
_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 |
---|
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, 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(QName qname)
public void reset()
public QName getName()
getName
in interface javax.xml.stream.events.EndElement
public void setName(QName qname)
public Iterator getNamespaces()
getNamespaces
in interface javax.xml.stream.events.EndElement
public void addNamespace(javax.xml.stream.events.Namespace namespace)
Copyright © 2023 Oracle Corpration. All rights reserved.