Xml.XMLIntf.IXMLNodeCollection.GetNode
Delphi
function GetNode(Index: Integer): IXMLNode;
C++
virtual _di_IXMLNode __fastcall GetNode(int Index) = 0 ;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | Xml.XMLIntf.pas Xml.XMLIntf.hpp |
Xml.XMLIntf | IXMLNodeCollection |
Description
Renvoie l'interface d'un des noeuds enfant récurrents.
GetNode est l'implémentation en lecture de la propriété Nodes.
Index identifie la répétition souhaitée du noeud enfant, sachant que la première répétition a l'indice 0, la deuxième l'indice 1, etc.