Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Dnative_module_xml.cpp312 static napi_value SetDocType(napi_env env, napi_callback_info info) in SetDocType() function
326 object->SetDocType(text); in SetDocType()
358 DECLARE_NAPI_FUNCTION("setDocType", SetDocType), in XmlSerializerInit()
H A Djs_xml.h113 void SetDocType(const std::string &text);
H A Djs_xml.cpp321 void XmlSerializer::SetDocType(const std::string &text) in SetDocType() function in OHOS::xml::XmlSerializer
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.cpp1036 xmlSerializer.SetDocType("root SYSTEM");
1051 xmlSerializer.SetDocType("root SYSTEM \"http://www.test.org/test.dtd\"");
1069 xmlSerializer.SetDocType("root SYSTEM \"http://www.test.org/test.dtd\"");
1086 xmlSerializer.SetDocType("root SYSTEM \"http://www.test.org/test.dtd\"");
1106 xmlSerializer.SetDocType("root SYSTEM \"http://www.test.org/test.dtd\"");
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/
H A Dtest_convertxml.cpp292 xmlSerializer.SetDocType("root SYSTEM \"http://www.test.org/test.dtd\"");