Searched refs:nsTemp (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/ets_utils/js_api_module/xml/ |
H A D | native_module_xml.cpp | 279 std::string nsTemp; in SetNamespace() local 281 XmlSerializer::DealNapiStrValue(env, args[1], nsTemp); in SetNamespace() 282 object->SetNamespace(prefix, nsTemp); in SetNamespace()
|
H A D | js_xml.h | 83 * @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 D | js_xml.cpp | 107 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 D | test_xml.h | 58 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