Home
last modified time | relevance | path

Searched defs:XmlPullParserError (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_api_module/xml/src/
Djs_xml.ts19 XmlPullParserError(): string; method
/commonlibrary/ets_utils/js_api_module/xml/test/
Dtest_xml.h131 std::string XmlTest::XmlPullParserError() in XmlPullParserError() function
/commonlibrary/ets_utils/js_api_module/xml/
Dnative_module_xml.cpp403 static napi_value XmlPullParserError(napi_env env, napi_callback_info info) in XmlPullParserError() function
Djs_xml.cpp477 std::string XmlPullParser::XmlPullParserError() const in XmlPullParserError() function in OHOS::xml::XmlPullParser