31 const std::string &filename,
50 const std::string &filename,
54 std::ifstream in(filename);
59 return parse_xml(in, filename, message_handler, dest);
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
static int instance_count
int yyxmllex_init_extra(xml_parsert *, void **)
bool parse_xml(std::istream &in, const std::string &filename, message_handlert &message_handler, xmlt &dest)
int yyxmllex_destroy(void *)
int yyxmlparse(xml_parsert &, void *)