| Package | Description |
|---|---|
| net.lecousin.framework.xml |
XML Parsing and generation.
|
| net.lecousin.framework.xml.dom |
Simple (partial) DOM implementation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
XMLStreamEventsRecorder.Sync
Synchronous implementation of the recorder.
|
class |
XMLStreamReader
Read an XML in a similar way as
XMLStreamReader: read-only, forward, event based. |
| Modifier and Type | Field and Description |
|---|---|
protected XMLStreamEventsSync |
XMLStreamEventsRecorder.Sync.xmlStream |
| Constructor and Description |
|---|
Sync(XMLStreamEventsSync stream)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLElement |
XMLElement.create(XMLDocument doc,
XMLStreamEventsSync stream)
Create an Element from a XMLStreamEvents.
|
static XMLDocument |
XMLDocument.create(XMLStreamEventsSync stream)
Create a document from a XMLStreamEvents.
|
void |
XMLElement.parseContent(XMLStreamEventsSync stream)
Parse the content of this element.
|
Copyright © 2019. All rights reserved.