DOMImplementation.createDocumentType

Creates an empty DocumentType node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur.

interface DOMImplementation
createDocumentType
(
DOMString qualifiedName
,
DOMString publicId
,
DOMString systemId
)

Meta