Data.Cloud.CloudAPI.GetFirstMatchingChildNode

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetFirstMatchingChildNode(Parent: IXMLNode; ChildName: string): IXMLNode;

C++

extern DELPHI_PACKAGE Xml::Xmlintf::_di_IXMLNode __fastcall GetFirstMatchingChildNode(Xml::Xmlintf::_di_IXMLNode Parent, System::UnicodeString ChildName);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI Data.Cloud.CloudAPI

Description

Fonction d'assistance qui renvoie le premier noeud enfant correspondant au nom donné.

GetFirstMatchingChildNode renvoie le premier noeud enfant correspondant au nom donné, ou nil si aucun noeud n'est trouvé.

Le tableau suivant présente la signification des paramètres pour les deux méthodes surchargées :

Paramètre Description

Parent

Le noeud parent à partir duquel obtenir les noeuds enfant

ChildName

Le nom du noeud enfant à trouver


Voir aussi