C++
C#
VB
JScript
All

Class XMLFile


Copyright (C) 2005 IENT-RWTH Aachen

XML file

Groups

Constructors
Method XMLFile

Builds an instance of the object

Example

XMLFile fin("x.xml");
XMLTree xml;
fin >> xml; //load
...
XMLFile fout("y.xml");
fout << xml; // store