DOMImplementation
Provides a number of methods for performing operations that are independent of any particular instance of the DOM.
Creates a DOM Document object of the specified type with its document element.
Creates an empty DocumentType node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur.
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in DOM Features.
Test if the DOM implementation implements a specific feature and version, as specified in DOM Features.