Xml.XMLIntf.IXMLDocument.GetDOMDocument

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDOMDocument: IDOMDocument;

C++

virtual Xml::Xmldom::_di_IDOMDocument __fastcall GetDOMDocument() = 0 ;

Properties

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

Description

Returns the value of the DOMDocument property.

GetDOMDocument is the read implementation of the DOMDocument property.

See Also