Easy Tutorial
❮ Prop Attr Ownerelement Prop Attr Prefix ❯

XML DOM - DocumentImplementation Object


DocumentImplementation Object

The DOMImplementation object performs operations that are independent of any specific instance of the Document Object Model.

DocumentImplementation Object Methods

Method Description
createDocument(nsURI, name, doctype) Creates a new DOM Document object of the specified document type.
createDocumentType(name, pubId, systemId) Creates an empty DocumentType node.
getFeature(feature, version) Returns an object that implements the API of a specified feature and version.
hasFeature(feature, version) Checks if the DOM implementation implements a specified feature and version.
❮ Prop Attr Ownerelement Prop Attr Prefix ❯