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, toString
public static IncompleteEvent instance()
public int getEventType()
getEventType
in interface XMLEvent
getEventType
in class org.codehaus.stax2.ri.evt.BaseEventImpl
public void writeAsEncodedUnicode(Writer w) throws XMLStreamException
writeAsEncodedUnicode
in interface XMLEvent
writeAsEncodedUnicode
in class org.codehaus.stax2.ri.evt.BaseEventImpl
XMLStreamException
public void writeUsing(org.codehaus.stax2.XMLStreamWriter2 w) throws XMLStreamException
writeUsing
in interface org.codehaus.stax2.evt.XMLEvent2
writeUsing
in class org.codehaus.stax2.ri.evt.BaseEventImpl
XMLStreamException
public boolean equals(Object o)
equals
in class org.codehaus.stax2.ri.evt.BaseEventImpl
public int hashCode()
hashCode
in class org.codehaus.stax2.ri.evt.BaseEventImpl
Copyright © 2018 FasterXML. All rights reserved.