Searched refs:ParseTagValue (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/ets_utils/js_api_module/xml/test/ |
H A D | test_xml.h | 45 static std::string ParseTagValue(napi_env env, char delimiter, bool resolveEntities, TextEnum textEnum, size_t max); 333 std::string XmlTest::ParseTagValue(napi_env env, char delimiter, bool resolveEntities, TextEnum textEnum, size_t max) in ParseTagValue() function in OHOS::xml::XmlTest 340 return xmlPullParser.ParseTagValue(delimiter, resolveEntities, false, textEnum); in ParseTagValue()
|
H A D | test_xml.cpp | 2195 /* @tc.name: ParseTagValue 2196 * @tc.desc: Test ParseTagValue Func 2199 HWTEST_F(NativeEngineTest, ParseTagValue, testing::ext::TestSize.Level0) in HWTEST_F() 2204 std::string res = XmlTest::ParseTagValue(env, 'c', false, TextEnum::TEXT, max); in HWTEST_F() 2207 res = XmlTest::ParseTagValue(env, 'e', true, TextEnum::ATTRI, max); in HWTEST_F()
|
/commonlibrary/ets_utils/js_api_module/xml/ |
H A D | js_xml.cpp | 927 std::string XmlPullParser::ParseTagValue(char delimiter, bool resolveEntities, in ParseTagValue() function in OHOS::xml::XmlPullParser 1096 attributes[i + 3] = ParseTagValue(delimiter, true, // 3: number of args in ParseStartTagFuncDeal() 1449 std::string value = ParseTagValue(static_cast<char>(c), true, true, TextEnum::ATTRI); in ParseInnerAttriDecl() 1473 entityValue = ParseTagValue(static_cast<char>(quote), true, false, TextEnum::ENTITY_DECL); in ParseEntityDecl() 1574 text_ = ParseTagValue('<', true, false, TextEnum::TEXT); in ParseText()
|
H A D | js_xml.h | 350 std::string ParseTagValue(char delimiter, bool resolveEntities, bool throwOnResolveFailure, TextEnum textEnum);
|
Completed in 12 milliseconds