| Interface | Description |
|---|---|
| XMLStreamEventsRecorder |
An XMLStreamEventsRecorder allows to wrap an XMLStreamEvents, record each events, and be able to replay them.
|
| Class | Description |
|---|---|
| XMLStreamEvents |
Base class to parse XML raising an event each time a new element (comment, text, node...
|
| XMLStreamEvents.Attribute |
An attribute on an element node.
|
| XMLStreamEvents.ElementContext |
Information about an Element node.
|
| XMLStreamEvents.Event |
Parsing event.
|
| XMLStreamEvents.Starter |
Helper class to start parsing the XML file and detect the encoding, either with a BOM or with the XML declaration tag.
|
| XMLStreamEventsAsync |
Base class for asynchronous implementations of XMLStreamEvents.
|
| XMLStreamEventsRecorder.Async |
Asynchronous implementation of the recorder.
|
| XMLStreamEventsRecorder.Sync |
Synchronous implementation of the recorder.
|
| XMLStreamEventsSync |
Base class for synchronous implementations of XMLStreamEvents.
|
| XMLStreamReader |
Read an XML in a similar way as
XMLStreamReader: read-only, forward, event based. |
| XMLStreamReaderAsync |
Read an XML in a similar way as
XMLStreamReader: read-only, forward, event based. |
| XMLUtil |
XML Utility.
|
| XMLWriter |
Utility class to generate XML.
|
| Enum | Description |
|---|---|
| XMLStreamEvents.Event.Type |
Type of event.
|
| Exception | Description |
|---|---|
| XMLException |
XML parsing error.
|
Copyright © 2019. All rights reserved.