javax.xml.stream.events
public interface XMLEvent extends XMLStreamConstants
| Method Summary | |
|---|---|
| Characters | asCharacters() |
| EndElement | asEndElement() |
| StartElement | asStartElement() |
| int | getEventType() |
| Location | getLocation() |
| QName | getSchemaType() |
| boolean | isAttribute() |
| boolean | isCharacters() |
| boolean | isEndDocument() |
| boolean | isEndElement() |
| boolean | isEntityReference() |
| boolean | isNamespace() |
| boolean | isProcessingInstruction() |
| boolean | isStartDocument() |
| boolean | isStartElement() |
| void | writeAsEncodedUnicode(Writer writer) |