Home
last modified time | relevance | path

Searched refs:XML_SAVE_FORMAT (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dxmlsave.h30 XML_SAVE_FORMAT = 1<<0, /* format save output */ enumerator
/external/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle27 d XML_SAVE_FORMAT... Format save output
/external/libxml2/
Dxmlsave.c413 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()
Dxmllint.c2680 saveOpts |= XML_SAVE_FORMAT; in parseAndPrintFile()
/external/libxml2/python/
Dlibxml.c2991 if (format) options |= XML_SAVE_FORMAT; in libxml_serializeNode()