Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h533 XML_ERROR_PARSING_COMMENT, enumerator
Dxmltest.cpp2227 … tester.TestParseError("ErrorLine-Comment", "\n<root>\n<!-- >\n", XML_ERROR_PARSING_COMMENT, 3); in main()
Dtinyxml2.cpp1217 _document->SetError( XML_ERROR_PARSING_COMMENT, _parseLineNum, 0 ); in ParseDeep()