| Package | Description |
|---|---|
| org.w3c.dom |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DOMImplementation.createDocumentType(String qualifiedName,
String publicId,
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(String namespaceURI,
String qualifiedName,
DocumentType doctype)
Creates an XML
Document object of the specified type with
its document element. |
Copyright © 2012 code4tv.com. All Rights Reserved.