Home | History | Annotate | Download | only in libxml2

Lines Matching refs:XML_SAVE_NO_EMPTY

352 	ctxt->options |= XML_SAVE_NO_EMPTY;
408 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) {
409 options |= XML_SAVE_NO_EMPTY;
1058 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {