FindNameSpaceID (xmlitem)
<source lang='delphi'>function FindNameSpaceID(const iURI:string):string;</source>
Cette fonction retourne l'identifiant d'un domaine.
iURI | URI du domaine à rechercher. |
Exemple: <source lang='delphi'> procedure foo(elt:TxmlItem); var itm:TxmlItem; begin
itm := TxmlItem.Create(elt); elt.ItemName := 'item'; elt.NameSpaceID := elt.FindNameSpaceID('http://fooooooo'); ....
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 —
}}