FindNameSpaceURI (xmldoc)
De Wiki1000
function FindNameSpaceURI(const iID:string):string;
Cette fonction retourne l'URI du domaine de l'identifiant.
Note : NameSpaceElement doit être défini. |
iID | Identifiant du domaine à rechercher. |
Exemple:
procedure foo(doc:TxmlDocument); begin if doc.FindNameSpaceURI('ns0')='http://foooooooo' then begin end; end;
Voir aussi: