| Package | Description |
|---|---|
| org.w3c.dom |
| 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 namespace,
String qualifiedName,
DocumentType doctype) |
Copyright © 2016. All Rights Reserved.