IHTMLDOMNode interface
Provides methods to access all of the nodes in the document object model (DOM), to iterate the nodes, to insert nodes, to remove nodes, and to get the attributes of a node.
Members
The IHTMLDOMNode interface inherits from the IDispatch interface but does not have additional members.
Remarks
To get an IHTMLDOMNode interface pointer for an element, call QueryInterface on an IHTMLElement interface pointer, an IHTMLElement2 interface pointer, an IHTMLElement3 interface pointer, or anIHTMLElement4 interface pointer. The IHTMLDOMNode interface is used in a variety of other contexts; see the See Also section.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- Reference
- IHTMLDOMNode2
- IHTMLDocument3::createTextNode
- IHTMLDocument5::createComment
- IHTMLDocument5::doctype
- IHTMLDOMNode::appendChild
- IHTMLDOMTextNode::splitText
Build date: 11/12/2012