NameSpaceURI (xmldoc)
property NameSpaceURI:string;
Lecture seule
Cette propriété retourne le domaine du document.
Exemple:
procedure foo(doc:TxmlDocument);
begin
if doc.NameSpaceURI<>'http://fooooooo' then raise Exception.Create('Invalid document');
end;
Voir aussi: