Xml.XMLDoc.FormatXMLData
Delphi
function FormatXMLData(const XMLData: DOMString; Indentation: Integer = 2): DOMString;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall FormatXMLData(const System::UnicodeString XMLData, int Indentation = 0x2);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | Xml.XMLDoc |
Description
Formate une chaîne de XML pour la rendre plus lisible.
Utilisez FormatXMLData pour convertir une chaîne de XML en un format qui représente sa structure. FormatXMLData modifie la chaîne d'entrée (XMLData) pour que chaque noeud d'élément apparaisse sur sa propre ligne, indentée de sorte à refléter son imbrication dans la hiérarchie du noeud.