Name
DOMImplementation
Synopsis
The DOMImplementation interface provides a
number of methods for performing operations that are independent of
any particular instance of the Document Object Model.
hasFeature(feature, version)Tests if the DOM implementation has a specific feature. The return is a Boolean value.
createDocumentType(qualifiedName, publicId, systemId)Creates and returns an empty
DocumentTypenode. Entity declarations and notations are not made available. It is expected that a future version of the DOM will provide a way for populating aDocumentType.createDocument(namespaceURI, qualifiedName, doctype)Creates an XML Document object of the specified type and document element. The return value should be a
Documentobject.namespaceURIanddoctypemay beNoneif they do not apply for the new document.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access