Searched refs:XML_SAVE_NO_EMPTY (Results 1 – 2 of 2) sorted by relevance
32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator
348 ctxt->options |= XML_SAVE_NO_EMPTY; in xmlSaveCtxtInit()404 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) { in xmlNewSaveCtxt()405 options |= XML_SAVE_NO_EMPTY; in xmlNewSaveCtxt()963 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) { in xmlNodeDumpOutputInternal()