Home
last modified time | relevance | path

Searched refs:XML_ERROR_PARSING (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml2/
Dtinyxml2.h538 XML_ERROR_PARSING, enumerator
Dtinyxml2.cpp1049 _document->SetError( XML_ERROR_PARSING, initialLineNum, 0); in ParseDeep()
Dxmltest.cpp2410 tester.TestParseError("ErrorLine-Parsing", "\n<root>\n foo \n<unclosed/>", XML_ERROR_PARSING, 2); in main()