HasNameSpace (xmldoc)
<source lang='delphi'>function HasNameSpace(const iURI:string):boolean;</source>
Cette fonction teste si le domaine est présent.
![]() |
Note : NameSpaceElement doit être défini. |
iURI | URI du domaine à tester. |
Exemple: <source lang='delphi'> procedure foo(doc:TxmlDocument); begin
if doc.HasNameSpace('http://fooooo') 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 —
}}