Searched refs:XML_SAVE_FORMAT (Results 1 – 5 of 5) sorted by relevance
30 XML_SAVE_FORMAT = 1<<0, /* format save output */ enumerator
27 d XML_SAVE_FORMAT... Format save output
412 if (options & XML_SAVE_FORMAT) in xmlNewSaveCtxt()823 if (ctxt->options & XML_SAVE_FORMAT) in htmlNodeDumpOutputInternal()1160 if (ctxt->options & XML_SAVE_FORMAT) in xmlDocContentDumpOutput()
2716 saveOpts |= XML_SAVE_FORMAT; in parseAndPrintFile()
2992 if (format) options |= XML_SAVE_FORMAT; in libxml_serializeNode()