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
924 ((ctxt->options & XML_SAVE_AS_XML) == 0)) || in xmlNodeDumpOutputInternal()1132 ((ctxt->options & XML_SAVE_AS_XML) == 0) && in xmlDocContentDumpOutput()1162 (ctxt->options & XML_SAVE_AS_XML) || in xmlDocContentDumpOutput()2377 ctxt.options |= XML_SAVE_AS_XML; in xmlNodeDumpOutput()2463 ctxt.options |= XML_SAVE_AS_XML; in xmlDocDumpFormatMemoryEnc()2582 ctxt.options |= XML_SAVE_AS_XML; in xmlDocFormatDump()2632 ctxt.options |= XML_SAVE_AS_XML; in xmlSaveFileTo()2672 ctxt.options |= XML_SAVE_AS_XML; in xmlSaveFormatFileTo()2727 ctxt.options |= XML_SAVE_AS_XML; in xmlSaveFormatFileEnc()
2703 saveOpts |= XML_SAVE_AS_XML; in parseAndPrintFile()
37 d XML_SAVE_AS_XML... Frce XML on HTML doc