Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlsave.c1108 int is_xhtml = 0; in xmlDocContentDumpOutput() local
1215 is_xhtml = 1; in xmlDocContentDumpOutput()
1219 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlDocContentDumpOutput()
1220 if (is_xhtml < 0) is_xhtml = 0; in xmlDocContentDumpOutput()
1230 if (is_xhtml) in xmlDocContentDumpOutput()
2302 int is_xhtml = 0; in xmlNodeDumpOutput() local
2323 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlNodeDumpOutput()
2324 if (is_xhtml < 0) in xmlNodeDumpOutput()
2325 is_xhtml = 0; in xmlNodeDumpOutput()
2328 if (is_xhtml) in xmlNodeDumpOutput()