|
|
javax > javax.xml > javax.xml.stream > javax.xml.stream.events > javax.xml.stream.events.xmlevent >
Interface: javax.xml.stream.events.XMLEvent javax.xml.stream.events.XMLEvent
public interface XMLEvent extends XMLStreamConstants
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | | 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) |
| |
|
|
|
INHERITED METHODS:
SUBINTERFACES:
| Attribute, Characters, Comment, DTD, EndDocument, EndElement, EntityDeclaration, EntityReference, NotationDeclaration, ProcessingInstruction, StartDocument, StartElement, |
|
|
|
|
|



|