DOMImplementation in DOM Level 2 Core

The DOMImplementation interface represents the current implementation of the DOM.

Inherited by:

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

Instance Methods

name returns description
createDocument() Document
createDocumentType() DocumentType
hasFeature() 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)