FindNameSpaceURI (xmlitem)

De Wiki1000
function FindNameSpaceURI(const iID:string):string;

Cette fonction retourne l'URI du domaine d'un identifiant.

Info-20px.png Note : Cette fonction est récursive, le domaine peut être défini sur un élément parent.
iID Identifiant du domaine à rechercher.

Exemple:

procedure foo(elt:TxmlItem);
begin
  if elt.FindNameSpaceURI('ns0')='http://foooooooo' then
   begin
   end;
end;

Voir aussi:

Eléments XML (tech)Développement DSM





Whos here now:   Members 0   Guests 0   Bots & Crawlers 1
 
Outils personnels