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
1132 ((ctxt->options & XML_SAVE_AS_XML) == 0) && in xmlDocContentDumpOutput()1162 (ctxt->options & XML_SAVE_AS_XML) || in xmlDocContentDumpOutput()1899 ((ctxt->options & XML_SAVE_AS_XML) == 0)) || in xmlSaveTree()2318 ctxt.options |= XML_SAVE_AS_XML; in xmlNodeDumpOutput()2403 ctxt.options |= XML_SAVE_AS_XML; in xmlDocDumpFormatMemoryEnc()2521 ctxt.options |= XML_SAVE_AS_XML; in xmlDocFormatDump()2570 ctxt.options |= XML_SAVE_AS_XML; in xmlSaveFileTo()2609 ctxt.options |= XML_SAVE_AS_XML; in xmlSaveFormatFileTo()2663 ctxt.options |= XML_SAVE_AS_XML; in xmlSaveFormatFileEnc()
2699 saveOpts |= XML_SAVE_AS_XML; in parseAndPrintFile()
37 d XML_SAVE_AS_XML... Frce XML on HTML doc