| Package | Description |
|---|---|
| org.w3c.dom |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DOMImplementation.createDocumentType(java.lang.String qualifiedName,
java.lang.String publicId,
java.lang.String systemId)
Creates an empty
DocumentType node. |
DocumentType |
Document.getDoctype()
The Document Type Declaration (see
DocumentType)
associated with this document. |
| Modifier and Type | Method and Description |
|---|---|
Document |
DOMImplementation.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
Creates a DOM Document object of the specified type with its document
element.
|