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
413 if (options & XML_SAVE_FORMAT) in xmlNewSaveCtxt()875 if (ctxt->options & XML_SAVE_FORMAT) in htmlNodeDumpOutputInternal()1146 if (ctxt->options & XML_SAVE_FORMAT) in xmlDocContentDumpOutput()
2680 saveOpts |= XML_SAVE_FORMAT; in parseAndPrintFile()
2991 if (format) options |= XML_SAVE_FORMAT; in libxml_serializeNode()