GetQualifiedName (xmldoc)

De Wiki1000

<source lang='delphi'>function GetQualifiedName(const iNameSpaceURI,iElementName:string):string;</source>

Cette fonction retourne le nom qualifié d'un élément.

Note : NameSpaceElement doit être défini.
iNameSpaceURI Domaine de l'élément
iElementName Nom local de l'élément.

Exemple: <source lang='delphi'> procedure foo(doc:TxmlDocument); begin

 elt := TxmlItem.Create(doc);
 elt.QName := doc.GetQualifiedName('http://fooooo','item');

end; </source>

Voir aussi:


{{#if:Documents XML (tech)|

{{#if:Documents XML (tech)|— Documents XML (tech) |}} — Développement DSM

|

{{#if:|— [[{{{1}}}]] |}} — Développement DSM

}}