Searched refs:SetDocType (Results 1 – 5 of 5) sorted by relevance
312 static napi_value SetDocType(napi_env env, napi_callback_info info) in SetDocType() function326 object->SetDocType(text); in SetDocType()358 DECLARE_NAPI_FUNCTION("setDocType", SetDocType), in XmlSerializerInit()
113 void SetDocType(const std::string &text);
321 void XmlSerializer::SetDocType(const std::string &text) in SetDocType() function in OHOS::xml::XmlSerializer
1036 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\"");
292 xmlSerializer.SetDocType("root SYSTEM \"http://www.test.org/test.dtd\"");