Xml.XMLIntf.IXMLNode.GetDOMNode
Delphi
function GetDOMNode: IDOMNode;
C++
virtual Xml::Xmldom::_di_IDOMNode __fastcall GetDOMNode(void) = 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.