Tree Compression with Top Trees Revisited
Static Public Member Functions | Static Protected Member Functions | List of all members
XmlParser< TreeType > Struct Template Reference

Read an XML file into a tree, using RapidXml. More...

#include <XML.h>

Static Public Member Functions

static bool parse (const string &filename, TreeType &tree, Labels< string > &labels, const bool verbose=true)
 

Static Protected Member Functions

static void parseStructure (TreeType &tree, Labels< string > &labels, pugi::xml_node node, const int id)
 

Detailed Description

template<typename TreeType>
struct XmlParser< TreeType >

Read an XML file into a tree, using RapidXml.

Definition at line 23 of file XML.h.

Member Function Documentation

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: