| Frames | No Frames |
Methods with return type org.w3c.dom.DocumentType | |
| DocumentType | Unimplemented. |
Methods with parameter type org.w3c.dom.DocumentType | |
| Document | Creates a DOM Document object of the specified type with its document
element.
|
Methods with return type org.w3c.dom.DocumentType | |
| DocumentType | DOMImplementation.createDocumentType(String qualifiedName, String publicId, String systemId) Creates an empty DocumentType node. |
| DocumentType | The Document Type Declaration (see DocumentType)
associated with this document. |
Methods with return type org.w3c.dom.DocumentType | |
| DocumentType | |