public class EndElementEventImpl extends BaseEventImpl implements EndElement
mLocationATTRIBUTE, 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 | 
|---|
EndElementEventImpl(Location loc,
                   QName name,
                   Iterator namespaces)
Constructor used by the event factory. 
 | 
EndElementEventImpl(Location loc,
                   XMLStreamReader r)
Constructor usually used when reading events from a stream reader. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EndElement | 
asEndElement()  | 
boolean | 
equals(Object o)
Declared abstract to force redefinition by sub-classes 
 | 
int | 
getEventType()  | 
QName | 
getName()  | 
Iterator | 
getNamespaces()  | 
int | 
hashCode()
Declared abstract to force redefinition by sub-classes 
 | 
boolean | 
isEndElement()  | 
void | 
writeAsEncodedUnicode(Writer w)  | 
void | 
writeUsing(XMLStreamWriter2 w)  | 
addHash, asCharacters, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasCharacters, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElementpublic EndElementEventImpl(Location loc, XMLStreamReader r)
public QName getName()
getName in interface EndElementpublic Iterator getNamespaces()
getNamespaces in interface EndElementpublic EndElement asEndElement()
asEndElement in interface XMLEventasEndElement in class BaseEventImplpublic int getEventType()
getEventType in interface XMLEventgetEventType in class BaseEventImplpublic boolean isEndElement()
isEndElement in interface XMLEventisEndElement in class BaseEventImplpublic void writeAsEncodedUnicode(Writer w) throws XMLStreamException
writeAsEncodedUnicode in interface XMLEventwriteAsEncodedUnicode in class BaseEventImplXMLStreamExceptionpublic void writeUsing(XMLStreamWriter2 w) throws XMLStreamException
writeUsing in interface XMLEvent2writeUsing in class BaseEventImplXMLStreamExceptionpublic boolean equals(Object o)
BaseEventImplequals in class BaseEventImplpublic int hashCode()
BaseEventImplhashCode in class BaseEventImplCopyright © 2015 fasterxml.com. All Rights Reserved.