nsIDOMDOMImplementation

The nsIDOMDOMImplementation interface provides a number of methods for
performing operations that are independent of any particular instance
of the document object model.

For more information on this interface please see
http://www.w3.org/TR/DOM-Level-2-Core/

Methods

hasFeature(feature, version)

createDocumentType(qualifiedName, publicId, systemId)

createDocument(namespaceURI, qualifiedName, doctype)

createHTMLDocument(title)

Returns an HTML document with a basic DOM already constructed and with an
appropriate title element.

Parameters

title the title of the Document @see <http://www.whatwg.org/html/#creating-documents>