21#ifndef EVTPARSERXML_HH
22#define EVTPARSERXML_HH
30 bool open( std::string filename );
41 std::string defaultValue =
"" );
std::string readAttribute(std::string attribute, std::string defaultValue="")
bool open(std::string filename)
double readAttributeDouble(std::string attribute, double defaultValue=-1.)
bool readAttributeBool(std::string attribute, bool defaultValue=false)
std::string getParentTagTitle()
std::string getTagTitle()
std::vector< std::string > m_tagTree
int readAttributeInt(std::string attribute, int defaultValue=-1)
bool expandEnvVars(std::string &str)