HomeSort by relevance Sort by last modified time
    Searched refs:XML_SAVE_NO_EMPTY (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
xmlsave.h 32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */
  /external/libxml2/
xmlsave.c 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)) {
    [all...]

Completed in 490 milliseconds