Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dxmlsave.h34 XML_SAVE_XHTML = 1<<4, /* force XHTML1 specific rules */ enumerator
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlsave.in.h63 XML_SAVE_XHTML = 1<<4, /* force XHTML1 specific rules */ enumerator
Dxmlsave.c947 if (ctxt->options & XML_SAVE_XHTML) { in xmlNodeDumpOutputInternal()
1159 ((ctxt->options & XML_SAVE_XHTML) == 0)) || in xmlDocContentDumpOutput()
1189 (ctxt->options & XML_SAVE_XHTML)) { in xmlDocContentDumpOutput()
1240 if (ctxt->options & XML_SAVE_XHTML) in xmlDocContentDumpOutput()
/third_party/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle35 d XML_SAVE_XHTML... Frce XHTML1 specific
/third_party/libxml2/
Dxmlsave.c1144 ((ctxt->options & XML_SAVE_XHTML) == 0)) || in xmlDocContentDumpOutput()
1174 (ctxt->options & XML_SAVE_XHTML)) { in xmlDocContentDumpOutput()
1225 if (ctxt->options & XML_SAVE_XHTML) in xmlDocContentDumpOutput()
1904 if (ctxt->options & XML_SAVE_XHTML) { in xmlSaveTree()