Uses of Interface org.w3c.dom.DocumentType

Uses in package org.w3c.dom

Methods with parameter type org.w3c.dom.DocumentType

Document
DOMImplementation.createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
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.