FindNameSpaceURI (xmlitem)

De Wiki1000

<source lang='delphi'>function FindNameSpaceURI(const iID:string):string;</source>

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

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

Exemple: <source lang='delphi'> procedure foo(elt:TxmlItem); begin

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

end; </source>

Voir aussi:

{{#if:Eléments XML (tech)|

{{#if:Eléments XML (tech)|— Eléments XML (tech) |}} — Développement DSM

|

{{#if:|— [[{{{1}}}]] |}} — Développement DSM

}}