Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.h381 TagEnum ParseStartTagFunc(bool xmldecl, bool throwOnResolveFailure);
H A Djs_xml.cpp1145 TagEnum XmlPullParser::ParseStartTagFunc(bool xmldecl, bool throwOnResolveFailure) in ParseStartTagFunc() function in OHOS::xml::XmlPullParser
1187 TagEnum bRecv = ParseStartTagFunc(xmldecl, throwOnResolveFailure); in ParseStartTag()
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.h510 TagEnum res = xmlPullParser.ParseStartTagFunc(xmldecl, throwOnResolveFailure); in ParseStartTagFuncTest()
H A Dtest_xml.cpp2241 TagEnum res = xmlPullParser.ParseStartTagFunc(false, false);