Xml.XMLIntf.IXMLNode.GetDOMNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDOMNode: IDOMNode;

C++

virtual Xml::Xmldom::_di_IDOMNode __fastcall GetDOMNode() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

Description

Returns the value of the DOMNode property.

GetDOMNode is the read implementation of the DOMNode property.

See Also