TOC PREV NEXT INDEX

domref



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

implementation


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX