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
Dxmltest.cpp2222 tester.TestParseError("ErrorLine-Parsing", "\n<root>\n foo \n<unclosed/>", XML_ERROR_PARSING, 2); in main()
Dtinyxml2.cpp1027 _document->SetError( XML_ERROR_PARSING, initialLineNum, 0); in ParseDeep()