XML DOM - The DocumentImplementation Object


The DocumentImplementation object

The DOMImplementation object performs operations that are independent of any particular instance of the document object model.

DocumentImplementation Object Methods

Method Description
createDocument(nsURI, name, doctype) Creates a new DOM Document object of the specified doctype
createDocumentType(name, pubId, systemId) Creates an empty DocumentType node
getFeature(feature, version) Returns an object which implements the APIs of the specified feature and version, if the is any
hasFeature(feature, version) Checks whether the DOM implementation implements a specific feature and version


Color Picker

colorpicker