DOMImplementation in DOM Level 2 Core

The DOMImplementation interface represents the current implementation of the DOM.

For more information see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-102161490.

Inerhited by:

Instance Methods

name returns description
createDocument(namespaceURI,qualifiedName,doctype) Document
createDocumentType(qualifiedName,publicId,systemId) DocumentType
hasFeature(feature,version) Boolean

Description

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

Properties that are a DOMImplementation

name object description
implementation Document (read only)