Home
last modified time | relevance | path

Searched refs:ParseComment (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.h359 void ParseComment(bool returnText);
H A Djs_xml.cpp1364 void XmlPullParser::ParseComment(bool returnText) in ParseComment() function in OHOS::xml::XmlPullParser
1573 ParseComment(false); in ReadInternalSubset()
1658 ParseComment(true); in ParseOneTagFunc()
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.h257 xml.ParseComment(true); in TestParseComment()
H A Dtest_xml.cpp2032 HWTEST_F(NativeEngineTest, ParseComment, testing::ext::TestSize.Level0)