XML_SAVE_NO_EMPTY 348 third_party/libxml/src/xmlsave.c ctxt->options |= XML_SAVE_NO_EMPTY; XML_SAVE_NO_EMPTY 404 third_party/libxml/src/xmlsave.c if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) { XML_SAVE_NO_EMPTY 405 third_party/libxml/src/xmlsave.c options |= XML_SAVE_NO_EMPTY; XML_SAVE_NO_EMPTY 895 third_party/libxml/src/xmlsave.c (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {