FindNameSpaceURI (xmldoc)

De Wiki1000

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

Cette fonction retourne l'URI du domaine de l'identifiant.

Note : NameSpaceElement doit être défini.
iID Identifiant du domaine à rechercher.

Exemple: <source lang='delphi'> procedure foo(doc:TxmlDocument); begin

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

end; </source>

Voir aussi:

{{#if:Documents XML (tech)|

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

|

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

}}