|
|
|
|
|
implementation
Returns the DOM implementation associated with the current document.
Syntax
implemetation = document.DOMImplentationParameters
implementation is a DOMImplementation object
Example
None.Notes
If available, the DOMImplementation is a special object that provides services for controlling things outside of a single document. For example, the DOMImplementation interface includes a createDocumentType method with which DTDs can be created for one or more documents managed by the implementation.
Specification
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|