Home | History | Annotate | Download | only in libxml2

Lines Matching refs:XML_SAVE_NO_EMPTY

348 	ctxt->options |= XML_SAVE_NO_EMPTY;
404 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) {
405 options |= XML_SAVE_NO_EMPTY;
963 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {