TOC PREV NEXT INDEX

Put your logo here!


implementation


Returns the DOM implementation associated with the current document.

Syntax

implemetation = document.DOMImplentation 

Parameters

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

html


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX