Searched refs:XML_SAVE_XHTML (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlsave.h34 XML_SAVE_XHTML = 1<<4, /* force XHTML1 specific rules */ enumerator in enum:__anon13354
/external/libxml2/include/libxml/
H A Dxmlsave.h34 XML_SAVE_XHTML = 1<<4, /* force XHTML1 specific rules */ enumerator in enum:__anon25079
/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c760 if (ctxt->options & XML_SAVE_XHTML) {
964 ((ctxt->options & XML_SAVE_XHTML) == 0)) ||
994 (ctxt->options & XML_SAVE_XHTML)) {
1045 if (ctxt->options & XML_SAVE_XHTML)
/external/libxml2/
H A Dxmlsave.c918 if (ctxt->options & XML_SAVE_XHTML) {
1133 ((ctxt->options & XML_SAVE_XHTML) == 0)) ||
1163 (ctxt->options & XML_SAVE_XHTML)) {
1214 if (ctxt->options & XML_SAVE_XHTML)

Completed in 58 milliseconds