public class EndElementEvent extends AbstractXMLEvent implements EndElement
EndElement event implementation.| Modifier and Type | Field and Description |
|---|---|
protected QName |
name
The element name.
|
protected Collection |
namespaces
A collection of
Namespaces going out of scope. |
location, schemaTypeATTRIBUTE, 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(EndElement that) |
EndElementEvent(QName name,
Iterator namespaces) |
EndElementEvent(QName name,
Iterator namespaces,
Location location) |
EndElementEvent(QName name,
Iterator namespaces,
Location location,
QName schemaType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType()
Returns
XMLStreamConstants.END_ELEMENT. |
QName |
getName() |
Iterator |
getNamespaces() |
asCharacters, asEndElement, asStartElement, clone, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, matches, toString, writeAsEncodedUnicode, writeEventequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodeprotected QName name
protected Collection namespaces
Namespaces going out of scope.public EndElementEvent(QName name, Iterator namespaces, Location location, QName schemaType)
public EndElementEvent(EndElement that)
public int getEventType()
XMLStreamConstants.END_ELEMENT.getEventType in interface XMLEventpublic QName getName()
getName in interface EndElementpublic Iterator getNamespaces()
getNamespaces in interface EndElementCopyright © 2017. All rights reserved.