Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/src/
H A Djs_xml.ts20 XmlPullParserError(): string;
238 let errStr: string = this.xmlPullParserClass.XmlPullParserError();
248 let errStr: string = this.xmlPullParserClass.XmlPullParserError();
259 let errStr: string = this.xmlPullParserClass.XmlPullParserError();
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.h34 static std::string XmlPullParserError(napi_env env);
141 std::string XmlTest::XmlPullParserError(napi_env env) in XmlPullParserError() function
146 return xmlPullParser.XmlPullParserError(); in XmlPullParserError()
179 return xmlPullParser.XmlPullParserError(); in SkipText()
316 return xmlPullParser.XmlPullParserError(); in ParseEntity()
374 return xmlPullParser.XmlPullParserError(); in ParseNspFunc()
394 return xmlPullParser.XmlPullParserError(); in ParseNspFunction()
H A Dtest_xml.cpp1825 std::string str = XmlTest::XmlPullParserError(env);
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Dnative_module_xml.cpp405 std::string errStr = xmlPullParser->XmlPullParserError(); in ParseXml()
410 static napi_value XmlPullParserError(napi_env env, napi_callback_info info) in XmlPullParserError() function
417 std::string temp = object->XmlPullParserError(); in XmlPullParserError()
430 DECLARE_NAPI_FUNCTION("XmlPullParserError", XmlPullParserError) in XmlPullParserInit()
H A Djs_xml.h372 std::string XmlPullParserError() const;
H A Djs_xml.cpp492 std::string XmlPullParser::XmlPullParserError() const in XmlPullParserError() function in OHOS::xml::XmlPullParser