Xml.XMLIntf.IXMLNode.GetOwnerDocument

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOwnerDocument: IXMLDocument;

C++

virtual _di_IXMLDocument __fastcall GetOwnerDocument() = 0 ;

Properties

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

Description

Returns the interface for the document in which this node appears.

GetOwnerDocument is the read implementation of the OwnerDocument property.

See Also