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
Dtinyxml2.cpp1239 _document->SetError( XML_ERROR_PARSING_COMMENT, _parseLineNum, 0 ); in ParseDeep()
Dxmltest.cpp2415 … tester.TestParseError("ErrorLine-Comment", "\n<root>\n<!-- >\n", XML_ERROR_PARSING_COMMENT, 3); in main()