Xml.XMLDoc.TXMLNode.GetAttributeNodes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAttributeNodes: IXMLNodeList;

C++

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

Properties

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

Description

Returns the value of the AttributeNodes property.

GetAttributeNodes is the read implementation of the AttributeNodes property on the IXMLNode interface for this node.

GetAttributeNodes generates the list that implements the AttributeNodes property the first time an application reads the AttributeNodes property.

See Also