| Package | Description |
|---|---|
| net.lecousin.framework.xml.dom |
Simple (partial) DOM implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLElement |
XMLDocument.root |
| Modifier and Type | Method and Description |
|---|---|
XMLElement |
XMLElement.cloneNode(boolean deep) |
static XMLElement |
XMLElement.create(XMLDocument doc,
XMLStreamEventsSync stream)
Create an Element from a XMLStreamEvents.
|
XMLElement |
XMLDocument.createElement(String tagName) |
XMLElement |
XMLDocument.createElementNS(String namespaceURI,
String qualifiedName) |
XMLElement |
XMLDocument.getDocumentElement() |
XMLElement |
XMLDocument.getElementById(String elementId) |
protected XMLElement |
XMLDocument.getElementById(String id,
XMLElement e) |
XMLElement |
XMLAttribute.getOwnerElement() |
| Modifier and Type | Method and Description |
|---|---|
static AsyncSupplier<XMLElement,Exception> |
XMLElement.create(XMLDocument doc,
XMLStreamEventsAsync stream)
Create an Element from a XMLStreamEvents.
|
| Modifier and Type | Method and Description |
|---|---|
protected XMLElement |
XMLDocument.getElementById(String id,
XMLElement e) |
void |
XMLDocument.setDocumentElement(XMLElement root)
Set the root element.
|
Copyright © 2019. All rights reserved.