Xml.XMLIntf.IXMLNode.GetAttributeNodes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAttributeNodes: IXMLNodeList;

C++

virtual _di_IXMLNodeList __fastcall GetAttributeNodes() = 0 ;

Properties

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

Description

Returns the value of the AttributeNodes property.

GetAttributeNodes is the read implementation of the AttributeNodes property.

See Also