Home
last modified time | relevance | path

Searched defs:GetNamespace (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_api_module/xml/
Djs_xml.cpp1065 std::string XmlPullParser::GetNamespace(const std::string &prefix) in GetNamespace() function in OHOS::xml::XmlPullParser
1854 std::string XmlPullParser::GetNamespace() const in GetNamespace() function in OHOS::xml::XmlPullParser
1923 napi_value XmlPullParser::ParseInfo::GetNamespace(napi_env env, napi_callback_info info) in GetNamespace() function in OHOS::xml::XmlPullParser::ParseInfo
/commonlibrary/ets_utils/js_api_module/xml/test/
Dtest_xml.h343 std::string XmlTest::GetNamespace(napi_env env, const std::string prefix, size_t depth) in GetNamespace() function