DOMImplementation
The DOMImplementation
interface provides global information about the DOM
implementation you currently use. The only way to obtain a
reference to the DOMImplementation
interface is through
the getImplementation()
method
of the Document
object.