Searched refs:XML_SAVE_NO_EMPTY (Results 1 – 7 of 7) sorted by relevance
32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator
61 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator
381 ctxt->options |= XML_SAVE_NO_EMPTY; in xmlSaveCtxtInit()437 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) { in xmlNewSaveCtxt()438 options |= XML_SAVE_NO_EMPTY; in xmlNewSaveCtxt()1087 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) { in xmlNodeDumpOutputInternal()
31 d XML_SAVE_NO_EMPTY... No empty tags
351 ctxt->options |= XML_SAVE_NO_EMPTY; in xmlSaveCtxtInit()407 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) { in xmlNewSaveCtxt()408 options |= XML_SAVE_NO_EMPTY; in xmlNewSaveCtxt()922 if ((ctxt->options & XML_SAVE_NO_EMPTY) == 0) { in xmlNodeDumpOutputInternal()
2050 - improvements: add XML_SAVE_NO_EMPTY xmlSaveOption (Rob Richards), add
77673 - * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option