Xml.XMLDoc.TXMLNode.GetAttributeNodes

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

Delphi

function GetAttributeNodes: IXMLNodeList;

C++

Xml::Xmlintf::_di_IXMLNodeList __fastcall GetAttributeNodes();

プロパティ

種類 可視性 ソース ユニット
function protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNode

説明

AttributeNodes プロパティの値を返します。

GetAttributeNodes メソッドは,このノードの IXMLNode インターフェースの AttributeNodes プロパティの読み出し用の実装です。

GetAttributeNodes は,アプリケーションが初めて AttributeNodes プロパティを読み出すときに AttributeNodes プロパティを実装するリストを生成します。

関連項目