| Package | Description |
|---|---|
| net.lecousin.framework.xml |
XML Parsing and generation.
|
| net.lecousin.framework.xml.dom |
Simple (partial) DOM implementation.
|
| net.lecousin.framework.xml.serialization |
XML serialization and deserialization.
|
| Class and Description |
|---|
| XMLException
XML parsing error.
|
| 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.Event.Type
Type of event.
|
| XMLStreamEventsAsync
Base class for asynchronous implementations of XMLStreamEvents.
|
| XMLStreamEventsAsync.ParsingTask
Shortcut class to create a task.
|
| XMLStreamEventsRecorder
An XMLStreamEventsRecorder allows to wrap an XMLStreamEvents, record each events, and be able to replay them.
|
| XMLStreamEventsSync
Base class for synchronous implementations of XMLStreamEvents.
|
| XMLStreamReader
Read an XML in a similar way as
XMLStreamReader: read-only, forward, event based. |
| Class and Description |
|---|
| XMLException
XML parsing error.
|
| XMLStreamEvents.ElementContext
Information about an Element node.
|
| XMLStreamEventsAsync
Base class for asynchronous implementations of XMLStreamEvents.
|
| XMLStreamEventsSync
Base class for synchronous implementations of XMLStreamEvents.
|
| Class and Description |
|---|
| XMLStreamEventsAsync
Base class for asynchronous implementations of XMLStreamEvents.
|
| XMLWriter
Utility class to generate XML.
|
Copyright © 2019. All rights reserved.