Xml.XMLIntf.IXMLNode.OwnerDocument

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OwnerDocument: IXMLDocument read GetOwnerDocument;

C++

__property _di_IXMLDocument OwnerDocument = {read=GetOwnerDocument};

プロパティ

種類 可視性 ソース ユニット
property public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

説明

ノードが表示されるドキュメントを識別します。

OwnerDocument プロパティを読み出すと,ノードが属するドキュメントの IXMLDocument インターフェースを取得できます。

関連項目