| Package | Description |
|---|---|
| org.w3c.dom |
Provides the interfaces for the Document Object Model (DOM) which is a component API of the
Java API for XML Processing.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DOMImplementation.createDocumentType(String
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(String
Creates a DOM Document object of the specified type with its document element.
|