|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedXMLEvent
Extended XMLEvent interface that provides additional functionality.
| Field Summary |
|---|
| Fields inherited from interface javax.xml.stream.XMLStreamConstants |
|---|
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT |
| Method Summary | |
|---|---|
boolean |
matches(javax.xml.stream.events.XMLEvent event)
Determines if this event matches another event, irrespective of document location. |
void |
writeEvent(javax.xml.stream.XMLStreamWriter writer)
Writes the event to the provided XMLStreamWriter. |
| Methods inherited from interface javax.xml.stream.events.XMLEvent |
|---|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode |
| Method Detail |
|---|
boolean matches(javax.xml.stream.events.XMLEvent event)
event - The event to match against.
true if the two events match, false
otherwise.
void writeEvent(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
XMLStreamWriter.
writer - The destination stream.
javax.xml.stream.XMLStreamException - If an error occurs writing to the destination
stream.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||