Package javax.xml.stream
| Interface Summary |
| EventFilter |
Simple filter interface for XML events. |
| Location |
Information about the location of an XML event within the underlying
stream. |
| StreamFilter |
Simple filter interface for XMLStreamReaders. |
| XMLEventWriter |
Interface for writing XML documents from a series of events. |
| XMLReporter |
Interface used to report non-fatal errors during parsing. |
| XMLResolver |
Interface used to resolve XML external entities during parsing. |
| XMLStreamConstants |
STaX constants. |
| XMLStreamReader |
Interface implemented by an XML parser. |
| XMLStreamWriter |
Interface for writing XML to a stream. |