public class EndElementImpl extends XMLEventImpl implements EndElement
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 |
---|
EndElementImpl(javax.xml.namespace.QName name) |
EndElementImpl(javax.xml.namespace.QName name,
java.util.Iterator namespaces) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getEventType() |
javax.xml.namespace.QName |
getName() |
java.util.Iterator |
getNamespaces() |
void |
writeAsEncodedUnicode(java.io.Writer writer) |
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
public EndElementImpl(javax.xml.namespace.QName name, java.util.Iterator namespaces)
public EndElementImpl(javax.xml.namespace.QName name)
public javax.xml.namespace.QName getName()
getName
in interface EndElement
public java.util.Iterator getNamespaces()
getNamespaces
in interface EndElement
public int getEventType()
getEventType
in interface XMLEvent
getEventType
in class XMLEventImpl
public void writeAsEncodedUnicode(java.io.Writer writer) throws XMLStreamException
writeAsEncodedUnicode
in interface XMLEvent
writeAsEncodedUnicode
in class XMLEventImpl
XMLStreamException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object