|
Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
|
XML document walker and parser for TreeCorrelator xml config file. More...
#include <TreeCorrelator.hpp>
Public Member Functions | |
| void | parsePlace (pugi::xml_node node, std::string parent, bool verbose) |
| void | traverseTree (pugi::xml_node node, std::string parent, bool verbose) |
XML document walker and parser for TreeCorrelator xml config file.
| void Walker::parsePlace | ( | pugi::xml_node | node, |
| std::string | parent, | ||
| bool | verbose | ||
| ) |
Parse specific place
| [in] | node | : the xml node to parse |
| [in] | parent | : the string of the parent node |
| [in] | verbose | : verbosity |
| void Walker::traverseTree | ( | pugi::xml_node | node, |
| std::string | parent, | ||
| bool | verbose | ||
| ) |
Walks recursively through the tree
| [in] | node | : the xml node to parse |
| [in] | parent | : the string of the parent node |
| [in] | verbose | : verbosity |