Searched refs:XML_SAVE_NO_EMPTY (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlsave.h32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator in enum:__anon8325
/external/libxml2/
H A Dxmlsave.c348 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)) {

Completed in 43 milliseconds