Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
Walker Class Reference

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)
 

Detailed Description

XML document walker and parser for TreeCorrelator xml config file.

Member Function Documentation

void Walker::parsePlace ( pugi::xml_node  node,
std::string  parent,
bool  verbose 
)

Parse specific place

Parameters
[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

Parameters
[in]node: the xml node to parse
[in]parent: the string of the parent node
[in]verbose: verbosity

The documentation for this class was generated from the following file: