Home
last modified time | relevance | path

Searched refs:nsTemp (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_api_module/xml/
H A Dnative_module_xml.cpp279 std::string nsTemp; in SetNamespace() local
281 XmlSerializer::DealNapiStrValue(env, args[1], nsTemp); in SetNamespace()
282 object->SetNamespace(prefix, nsTemp); in SetNamespace()
H A Djs_xml.h83 * @param nsTemp The parameter is the namespace of the current element and its children.
85 void SetNamespace(std::string prefix, const std::string &nsTemp);
H A Djs_xml.cpp107 void XmlSerializer::SetNamespace(std::string prefix, const std::string &nsTemp) in SetNamespace() argument
115 elementStack[depth_ * 3 + 1] = nsTemp; // 3: number of args in SetNamespace()
/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.h58 static std::string SetNamespaceFunction(napi_env env, std::string prefix, const std::string &nsTemp);
446 std::string XmlTest::SetNamespaceFunction(napi_env env, std::string prefix, const std::string &nsTemp) in SetNamespaceFunction() argument
451 xmlSerializer.SetNamespace(prefix, nsTemp); in SetNamespaceFunction()

Completed in 6 milliseconds