MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / parse

Method parse

UnitTests/sources/XMLParserTest.cpp:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126public:
127 FailureParser(const std::string& xml) : XMLParser(xml.data(), xml.size()) {}
128 void parse() { CHECK(!XMLParser::parse(_ex) && _ex); }
129 bool onStartXMLElement(const char* name, Parameters& attributes) { return true;}
130 bool onInnerXMLElement(const char* name, const char* data, UInt32 size) { return true; }
131 bool onEndXMLElement(const char* name) { return true;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected