| Package | Description |
|---|---|
| org.teavm.jso.dom.xml |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DOMImplementation.createDocumentType(String qualifiedName,
String publicId,
String systemId) |
DocumentType |
Document.getDoctype() |
| Modifier and Type | Method and Description |
|---|---|
Document |
DOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype) |
Copyright © 2015. All rights reserved.