Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h531 XML_ERROR_PARSING_TEXT, enumerator
Dxmltest.cpp2226 tester.TestParseError("ErrorLine-Text", "\n<root>\n foo bar \n", XML_ERROR_PARSING_TEXT, 3); in main()
Dtinyxml2.cpp1167 _document->SetError( XML_ERROR_PARSING_TEXT, _parseLineNum, 0 ); in ParseDeep()