IHTMLDOMAttribute4 interface
Provides programmatic access to the properties and methods that are common to all element objects. This interface extends the IHTMLDOMAttribute2 interface.
Members
The IHTMLDOMAttribute4 interface inherits from the IDispatch interface. IHTMLDOMAttribute4 also has these types of members:
- Methods
- Properties
Methods
The IHTMLDOMAttribute4 interface has these methods.
Method | Description |
---|---|
hasAttributes | Determines whether one or more attributes exist for the object. |
hasChildNodes | Returns a value that indicates whether the object has children. |
normalize | Merges adjacent DOM objects to produce a normalized document object model. |
Properties
The IHTMLDOMAttribute4 interface has these properties.
Property | Description |
---|---|
Gets a reference to the first child in the childNodes collection of the object. |
|
Gets a reference to the last child in the childNodes collection of an object. |
|
Sets or retrieves the name of the object. |
|
Gets the name of a particular type of node. |
|
Gets or sets the value of a node. |
|
Gets a value that indicates whether an attribute is explicitly given a value. |
|
Gets or sets the value of the object. |
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 |