singleton class used to count the number of test cases that pass / fail
singleton class used to count the number of test cases that pass / fail
VXmlParser(const string& data) throw(VBadDataException&)
~VXmlParser()
string getAttribute(xmlNodePtr node, const string& attr) throw(VBadDataException&)
string getContent(xmlNodePtr root, const string& tag) throw(VBadDataException&)
string getContent(const string& tag, const string& subtag) throw(VBadDataException&)
void getContent(const string& tag, const string& subTag, list < string > & retList) throw(VBadDataException&)
void getContent(xmlNodePtr root, const string& tag, const string& subTag, list < string > & retList) throw(VBadDataException&)
void dump(FILE* file)
void dump()
xmlNodePtr findNode(xmlNodePtr root, const string& name) throw(VBadDataException&)
void findNode(xmlNodePtr root, const string& name, list < xmlNodePtr > & retList) throw(VBadDataException&)
void parseContents(const string& contents) throw(VBadDataException&)
static void passed()
static void failed()
static int finish(const char* filename)
generated by doc++