RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNode.DOMNode Property

Provides access to the IDOMNode interface for this node.

Pascal
property DOMNode: IDOMNode;
C++
__property IDOMNode DOMNode;

IDOMNode is the interface for this node provided by the DOM implementation that parsed the XML document. You can use this interface to work with the node using the lower-level properties and methods of the DOM. 

Typically, applications use the IXMLNode interface to work with a node rather than the IDOMNode interface. For more information on DOM interfaces, see the DOM specification on the W3 website or the documentation provided by your DOM vendor. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!