Home
last modified time | relevance | path

Searched refs:XML_SAVE_NO_EMPTY (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dxmlsave.h32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator
/external/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle31 d XML_SAVE_NO_EMPTY... No empty tags
/external/libxml2/
Dxmlsave.c352 ctxt->options |= XML_SAVE_NO_EMPTY; in xmlSaveCtxtInit()
408 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) { in xmlNewSaveCtxt()
409 options |= XML_SAVE_NO_EMPTY; in xmlNewSaveCtxt()
1058 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) { in xmlNodeDumpOutputInternal()
DNEWS1124 - improvements: add XML_SAVE_NO_EMPTY xmlSaveOption (Rob Richards), add
DChangeLog3078 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option