Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlsave.c55 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { in xmlIsXHTML() function
1219 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlDocContentDumpOutput()
2377 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID); in xmlNodeDumpOutput()
Dlibxml2.syms974 xmlIsXHTML;
Delfgcchack.h4869 #undef xmlIsXHTML
4870 extern __typeof (xmlIsXHTML) xmlIsXHTML __attribute((alias("xmlIsXHTML__internal_alias")));
4872 #ifndef xmlIsXHTML
4873 extern __typeof (xmlIsXHTML) xmlIsXHTML__internal_alias __attribute((visibility("hidden")));
4874 #define xmlIsXHTML xmlIsXHTML__internal_alias macro
Dtestapi.c21027 ret_val = xmlIsXHTML((const xmlChar *)systemID, (const xmlChar *)publicID); in test_xmlIsXHTML()
DChangeLog12424 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
/external/libxml2/include/libxml/
Dtree.h1238 xmlIsXHTML (const xmlChar *systemID,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1574 d xmlIsXHTML pr extproc('xmlIsXHTML')
/external/libxml2/win32/
Dlibxml2.def.src1022 xmlIsXHTML