| Package | Description |
|---|---|
| net.lecousin.framework.xml |
XML Parsing and generation.
|
| net.lecousin.framework.xml.dom |
Simple (partial) DOM implementation.
|
| Modifier and Type | Field and Description |
|---|---|
LinkedList<XMLStreamEvents.ElementContext> |
XMLStreamEvents.Event.context
Current context with elements' names of the current hierarchy and namespaces declaration.
|
| Modifier and Type | Method and Description |
|---|---|
IAsync<Exception> |
XMLStreamEventsAsync.closeElement(XMLStreamEvents.ElementContext ctx)
Move forward until the closing tag of the given element is found.
|
boolean |
XMLStreamEventsSync.goInto(XMLStreamEvents.ElementContext rootContext,
String... innerElements)
Go successively into the given elements.
|
AsyncSupplier<Boolean,Exception> |
XMLStreamEventsAsync.goInto(XMLStreamEvents.ElementContext rootContext,
String... innerElements)
Go successively into the given elements.
|
boolean |
XMLStreamEventsSync.nextInnerElement(XMLStreamEvents.ElementContext parent)
Go to the next inner element.
|
AsyncSupplier<Boolean,Exception> |
XMLStreamEventsAsync.nextInnerElement(XMLStreamEvents.ElementContext parent)
Go to the next inner element.
|
boolean |
XMLStreamEventsSync.nextInnerElement(XMLStreamEvents.ElementContext parent,
String childName)
Go to the next inner element having the given name.
|
AsyncSupplier<Boolean,Exception> |
XMLStreamEventsAsync.nextInnerElement(XMLStreamEvents.ElementContext parent,
String childName)
Go to the next inner element having the given name.
|
Map<String,String> |
XMLStreamEventsSync.readInnerElementsText(XMLStreamEvents.ElementContext parent)
Read all inner elements with their text, and return a mapping with the element's name as key and inner text as value.
|
protected void |
XMLStreamEvents.readNamespaces(XMLStreamEvents.ElementContext ctx) |
| Constructor and Description |
|---|
XMLElement(XMLDocument doc,
XMLStreamEvents.ElementContext context)
Constructor.
|
Copyright © 2019. All rights reserved.