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.| Modifier and Type | Field and Description |
|---|---|
private static IncompleteEvent |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
IncompleteEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getEventType() |
int |
hashCode() |
static IncompleteEvent |
instance() |
void |
writeAsEncodedUnicode(java.io.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, toStringprivate static final IncompleteEvent INSTANCE
public static IncompleteEvent instance()
public int getEventType()
getEventType in interface javax.xml.stream.events.XMLEventgetEventType in class org.codehaus.stax2.ri.evt.BaseEventImplpublic void writeAsEncodedUnicode(java.io.Writer w)
throws javax.xml.stream.XMLStreamException
writeAsEncodedUnicode in interface javax.xml.stream.events.XMLEventwriteAsEncodedUnicode in class org.codehaus.stax2.ri.evt.BaseEventImpljavax.xml.stream.XMLStreamExceptionpublic void writeUsing(org.codehaus.stax2.XMLStreamWriter2 w)
throws javax.xml.stream.XMLStreamException
writeUsing in interface org.codehaus.stax2.evt.XMLEvent2writeUsing in class org.codehaus.stax2.ri.evt.BaseEventImpljavax.xml.stream.XMLStreamExceptionpublic boolean equals(java.lang.Object o)
equals in class org.codehaus.stax2.ri.evt.BaseEventImplpublic int hashCode()
hashCode in class org.codehaus.stax2.ri.evt.BaseEventImpl