Searched refs:resolveEntities (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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 text… 330 std::string XmlTest::ParseTagValue(napi_env env, char delimiter, bool resolveEntities, TextEnum tex… in ParseTagValue() argument 337 return xmlPullParser.ParseTagValue(delimiter, resolveEntities, false, textEnum); in ParseTagValue()
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/ |
H A D | js_xml.h | 351 …std::string ParseTagValue(char delimiter, bool resolveEntities, bool throwOnResolveFailure, TextEn…
|
H A D | js_xml.cpp | 965 std::string XmlPullParser::ParseTagValue(char delimiter, bool resolveEntities, in ParseTagValue() argument 974 …cRecv = static_cast<char>(ParseTagValueInner(start, result, delimiter, textEnum, resolveEntities)); in ParseTagValue()
|