Xml.XMLIntf.IXMLNodeCollection.GetNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNode(Index: Integer): IXMLNode;

C++

virtual _di_IXMLNode __fastcall GetNode(int Index) = 0 ;

Properties

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

Description

Returns the interface for one of the repeating child nodes.

GetNode is the read implementation of the Nodes property.

Index identifies which repetition of the child node is desired, where 0 is the first repetition, 1 is the second repetition, and so on.

See Also