| Package | Description |
|---|---|
| net.lecousin.framework.xml.dom |
Simple (partial) DOM implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLDocumentType |
XMLDocument.docType |
| Modifier and Type | Method and Description |
|---|---|
XMLDocumentType |
XMLDocumentType.cloneNode(boolean deep) |
XMLDocumentType |
XMLDomImplementation.createDocumentType(String qualifiedName,
String publicId,
String systemId) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLDocument.setDocumentType(XMLDocumentType docType)
Set the document type.
|
Copyright © 2019. All rights reserved.