Xml.XMLIntf.IXMLNode.GetOwnerDocument

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetOwnerDocument: IXMLDocument;

C++

virtual _di_IXMLDocument __fastcall GetOwnerDocument() = 0 ;

Propriétés

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

Description

Renvoie l'interface du document dans lequel ce noeud apparaît.

GetOwnerDocument est l'implémentation en lecture de la propriété OwnerDocument.

Voir aussi