public class EndDocumentEvent extends AbstractXMLEvent implements EndDocument
EndDocument event implementation.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 |
|---|
EndDocumentEvent() |
EndDocumentEvent(EndDocument that) |
EndDocumentEvent(Location location) |
EndDocumentEvent(Location location,
QName schemaType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType()
Returns
XMLStreamConstants.END_DOCUMENT. |
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, writeAsEncodedUnicodepublic EndDocumentEvent()
public EndDocumentEvent(Location location)
public EndDocumentEvent(EndDocument that)
public int getEventType()
XMLStreamConstants.END_DOCUMENT.getEventType in interface XMLEventCopyright © 2024. All rights reserved.