Xml.XMLDoc.TXMLNode.GetOwnerDocument

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOwnerDocument: IXMLDocument;

C++

Xml::Xmlintf::_di_IXMLDocument __fastcall GetOwnerDocument(void);

Properties

Type Visibility Source Unit Parent
function protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNode

Description

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

Use the TXMLNode object's IXMLNode interface to call the protected GetOwnerDocument method. GetOwnerDocument returns the value of the OwnerDocument property.

See Also