Searched refs:XML_SAVE_NO_EMPTY (Results 1 – 5 of 5) sorted by relevance
32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator
31 d XML_SAVE_NO_EMPTY... No empty tags
352 ctxt->options |= XML_SAVE_NO_EMPTY; in xmlSaveCtxtInit()408 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) { in xmlNewSaveCtxt()409 options |= XML_SAVE_NO_EMPTY; in xmlNewSaveCtxt()1058 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) { in xmlNodeDumpOutputInternal()
1124 - improvements: add XML_SAVE_NO_EMPTY xmlSaveOption (Rob Richards), add
3078 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option