IDOMImplementation Methods

The IDOMImplementation type exposes the following members.

Methods
  NameDescription
Public methodCreateDocument
Creates a DOM Document object of the specified type with its document element.
Public methodCreateDocumentType
Creates an empty DocumentType node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur.
Public methodCreateHTMLDocument
Returns a document, with a basic tree already constructed including a title element, unless the title argument is omitted.
Public methodHasFeature
Test if the DOM implementation implements a specific feature and version, as specified in DOM Features.
See Also