Home
last modified time | relevance | path

Searched refs:multNsp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp48 if (multNsp[depth_ - 1].size() == 0) { in SplicNsp()
54 out_.append(multNsp[depth_ - 1][i * 2]); // 2: number of args in SplicNsp()
56 out_.append(multNsp[depth_ - 1][i * 2 + 1]); // 2: number of args in SplicNsp()
59 multNsp[depth_ - 1].clear(); in SplicNsp()
116multNsp[depth_][curNspNum * 2] = elementStack[depth_ * 3]; // 3: number of args 2: number of args in SetNamespace()
117multNsp[depth_][curNspNum * 2 + 1] = elementStack[depth_ * 3 + 1]; // 3: number of args 2: number … in SetNamespace()
H A Djs_xml.h158 std::map<int, std::map<int, std::string>> multNsp; variable