Belle II Software
release-08-01-10
|
DB object which stores whole xml. More...
#include <XmlFile.h>
Public Member Functions | |
XmlFile () | |
Constructor. | |
virtual | ~XmlFile () |
Destructor. | |
void | readXml (std::string xmlFileName) |
Read content from xml file. | |
std::string | getData () |
Get content as string. | |
void | fillPropertyTree (boost::property_tree::ptree &tree) |
Populate boost PropertyTree with stored data. | |
Private Attributes | |
std::string | m_data {""} |
The xml data as string. | |