DOMImplementation in DOM Level 2 Core
The DOMImplementation interface represents the current implementation of the DOM.
Inerhited 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 |
|---|---|---|
| hasFeature() | Boolean | |
| createDocumentType() | DocumentType | |
| createDocument() | Document |
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) |