public class IncompleteEvent
extends org.codehaus.stax2.ri.evt.BaseEventImpl
XMLEvent returned when the next event
is not yet available, in case of non-blocking (async) parsing.ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Modifier | Constructor and Description |
|---|---|
protected |
IncompleteEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getEventType() |
int |
hashCode() |
static IncompleteEvent |
instance() |
void |
writeAsEncodedUnicode(Writer w) |
void |
writeUsing(org.codehaus.stax2.XMLStreamWriter2 w) |
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toStringpublic static IncompleteEvent instance()
public int getEventType()
getEventType in interface XMLEventgetEventType in class org.codehaus.stax2.ri.evt.BaseEventImplpublic void writeAsEncodedUnicode(Writer w) throws XMLStreamException
writeAsEncodedUnicode in interface XMLEventwriteAsEncodedUnicode in class org.codehaus.stax2.ri.evt.BaseEventImplXMLStreamExceptionpublic void writeUsing(org.codehaus.stax2.XMLStreamWriter2 w)
throws XMLStreamException
writeUsing in interface org.codehaus.stax2.evt.XMLEvent2writeUsing in class org.codehaus.stax2.ri.evt.BaseEventImplXMLStreamExceptionpublic boolean equals(Object o)
equals in class org.codehaus.stax2.ri.evt.BaseEventImplpublic int hashCode()
hashCode in class org.codehaus.stax2.ri.evt.BaseEventImplCopyright © 2012-2015 FasterXML. All Rights Reserved.