Searched refs:XML_SAVE_AS_XML (Results 1 – 4 of 4) sorted by relevance
35 XML_SAVE_AS_XML = 1<<5, /* force XML serialization on HTML doc */ enumerator
1143 ((ctxt->options & XML_SAVE_AS_XML) == 0) && in xmlDocContentDumpOutput()1173 (ctxt->options & XML_SAVE_AS_XML) || in xmlDocContentDumpOutput()1910 ((ctxt->options & XML_SAVE_AS_XML) == 0)) || in xmlSaveTree()2329 ctxt.options |= XML_SAVE_AS_XML; in xmlNodeDumpOutput()2414 ctxt.options |= XML_SAVE_AS_XML; in xmlDocDumpFormatMemoryEnc()2532 ctxt.options |= XML_SAVE_AS_XML; in xmlDocFormatDump()2581 ctxt.options |= XML_SAVE_AS_XML; in xmlSaveFileTo()2620 ctxt.options |= XML_SAVE_AS_XML; in xmlSaveFormatFileTo()2674 ctxt.options |= XML_SAVE_AS_XML; in xmlSaveFormatFileEnc()
2722 saveOpts |= XML_SAVE_AS_XML; in parseAndPrintFile()
37 d XML_SAVE_AS_XML... Frce XML on HTML doc