Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.cpp326 napi_value subSubObject = nullptr; in Convert() local
327 napi_create_object(env, &subSubObject); in Convert()
330 SetKeyValue(env, subSubObject, "version", (const char*)doc->version); in Convert()
333 SetKeyValue(env, subSubObject, "encoding", (const char*)doc->encoding); in Convert()
336 napi_set_named_property(env, subObject, options_.attributes.c_str(), subSubObject); in Convert()