1 out of 3 rated this helpful - Rate this topic

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

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Reference
IHTMLDOMNode2
IHTMLDocument3::createTextNode
IHTMLDocument5::createComment
IHTMLDocument5::doctype
IHTMLDOMNode::appendChild
IHTMLDOMTextNode::splitText

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.