Home
last modified time | relevance | path

Searched refs:END_COMMENT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.h269 const std::string END_COMMENT = "-->"; member
H A Djs_xml.cpp1368 std::string strTemp = ParseDelimiterInfo(tagText_.END_COMMENT, returnText); in ParseComment()