|
RAD Studio VCL Reference
|
Provides access to the IDOMNode interface for this node.
property DOMNode: IDOMNode;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|