IHTMLDOMImplementation2 interface

Provides a method for performing operations that are independent of a particular instance of the Document Object Model (DOM). This interface extends the IHTMLDOMImplementation interface.

Members

The IHTMLDOMImplementation2 interface inherits from the IDispatch interface. IHTMLDOMImplementation2 also has these types of members:

  • Methods

Methods

The IHTMLDOMImplementation2 interface has these methods.

Method Description
createDocument

Creates a document that is not attached to a window.

createDocumentType

Creates a document type element.

createHTMLDocument

Creates an HTML document.

hasFeature

Returns a value that indicates whether the object implements a specific DOM standard.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch