51 : name(_name), to_be_parsed(string_to_be_parsed)
60 XMLDomParser::operator
bool()
const 62 return doc !=
nullptr;
const std::string to_be_parsed
The string to be parsed or the name for the file to be parsed.
const std::string name
The name of the parsed file or of the string.
utility function used to read files.
XMLDomParser(const std::string &name, const std::string &string_to_be_parsed)
Constructor from string.
xml_documentRef doc
The data structure extracted from the file.
xml_documentRef get_document()
Obtain the parsed document.