FindNameSpaceURI (xmlitem)
De Wiki1000
function FindNameSpaceURI(const iID:string):string;
Cette fonction retourne l'URI du domaine d'un identifiant.
iID | Identifiant du domaine à rechercher. |
Exemple:
procedure foo(elt:TxmlItem); begin if elt.FindNameSpaceURI('ns0')='http://foooooooo' then begin end; end;
Voir aussi: