| Package | Description |
|---|---|
| net.lecousin.framework.xml.dom |
Simple (partial) DOM implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLDocument |
XMLNode.doc |
| Modifier and Type | Method and Description |
|---|---|
XMLDocument |
XMLDocument.cloneNode(boolean deep) |
static XMLDocument |
XMLDocument.create(XMLStreamEventsSync stream)
Create a document from a XMLStreamEvents.
|
XMLDocument |
XMLDomImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype) |
XMLDocument |
XMLNode.getOwnerDocument() |
| Modifier and Type | Method and Description |
|---|---|
static AsyncSupplier<XMLDocument,Exception> |
XMLDocument.create(XMLStreamEventsAsync stream)
Create a document from a XMLStreamEvents.
|
| Modifier and Type | Method and Description |
|---|---|
static AsyncSupplier<XMLElement,Exception> |
XMLElement.create(XMLDocument doc,
XMLStreamEventsAsync stream)
Create an Element from a XMLStreamEvents.
|
static XMLElement |
XMLElement.create(XMLDocument doc,
XMLStreamEventsSync stream)
Create an Element from a XMLStreamEvents.
|
| Constructor and Description |
|---|
XMLAttribute(XMLDocument doc,
String prefix,
String localName,
String value)
Constructor.
|
XMLCData(XMLDocument doc,
String text)
Constructor.
|
XMLCharacterData(XMLDocument doc,
String text)
Constructor.
|
XMLComment(XMLDocument doc,
String text)
Constructor.
|
XMLDocumentType(XMLDocument doc,
String name,
String publicId,
String systemId)
Constructor.
|
XMLElement(XMLDocument doc,
String prefix,
String localName)
Constructor.
|
XMLElement(XMLDocument doc,
XMLStreamEvents.ElementContext context)
Constructor.
|
XMLNode(XMLDocument doc) |
XMLText(XMLDocument doc,
String text)
Constructor.
|
Copyright © 2019. All rights reserved.