FindNameSpaceURI (xmlitem)
<source lang='delphi'>function FindNameSpaceURI(const iID:string):string;</source>
Cette fonction retourne l'URI du domaine d'un identifiant.
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 —
}}