IHTMLElement4 interface

Provides access to the properties and methods that are common to all element objects.

Members

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

  • Methods

Methods

The IHTMLElement4 interface has these methods.

Method Description
getAttributeNode

Retrieves an IHTMLDOMAttribute2 interface referenced by the IHTMLDOMAttribute2::name property.

normalize

Merges adjacent DOM objects to produce a normalized document object model.

removeAttributeNode

Removes an IHTMLDOMAttribute2 interface from the object.

setAttributeNode

Sets an IHTMLDOMAttribute2 interface node as part of the object.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

Reference

IHTMLElement

IHTMLElement2

IHTMLElement3