Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.cpp396 … std::vector<std::string> vctIgnore = {"compact", "trim", "ignoreDeclaration", "ignoreInstruction", in DealIgnore() local
399 size_t vctLength = vctIgnore.size(); in DealIgnore()
403 napi_get_named_property(env, napiObj, vctIgnore[i].c_str(), &recvTemp); in DealIgnore()