Read an XML file into a tree, using RapidXml.
More...
#include <XML.h>
|
static bool | parse (const string &filename, TreeType &tree, Labels< string > &labels, const bool verbose=true) |
|
|
static void | parseStructure (TreeType &tree, Labels< string > &labels, pugi::xml_node node, const int id) |
|
template<typename TreeType>
struct XmlParser< TreeType >
Read an XML file into a tree, using RapidXml.
Definition at line 23 of file XML.h.
template<typename TreeType>
static bool XmlParser< TreeType >::parse |
( |
const string & |
filename, |
|
|
TreeType & |
tree, |
|
|
Labels< string > & |
labels, |
|
|
const bool |
verbose = true |
|
) |
| |
|
inlinestatic |
Definition at line 26 of file XML.h.
template<typename TreeType>
static void XmlParser< TreeType >::parseStructure |
( |
TreeType & |
tree, |
|
|
Labels< string > & |
labels, |
|
|
pugi::xml_node |
node, |
|
|
const int |
id |
|
) |
| |
|
inlinestaticprotected |
Definition at line 50 of file XML.h.
The documentation for this struct was generated from the following file: