• Home
  • Raw
  • Download

Lines Matching refs:xmlStrEqual

55 	if (xmlStrEqual(publicID, XHTML_STRICT_PUBLIC_ID)) return(1);  in xmlIsXHTML()
56 if (xmlStrEqual(publicID, XHTML_FRAME_PUBLIC_ID)) return(1); in xmlIsXHTML()
57 if (xmlStrEqual(publicID, XHTML_TRANS_PUBLIC_ID)) return(1); in xmlIsXHTML()
60 if (xmlStrEqual(systemID, XHTML_STRICT_SYSTEM_ID)) return(1); in xmlIsXHTML()
61 if (xmlStrEqual(systemID, XHTML_FRAME_SYSTEM_ID)) return(1); in xmlIsXHTML()
62 if (xmlStrEqual(systemID, XHTML_TRANS_SYSTEM_ID)) return(1); in xmlIsXHTML()
541 if (xmlStrEqual(cur->prefix, BAD_CAST "xml")) in xmlNsDumpOutput()
1179 if ((node->ns != NULL) && (!xmlStrEqual(node->ns->href, XHTML_NS_NAME))) in xhtmlIsEmpty()
1185 if (xmlStrEqual(node->name, BAD_CAST "area")) in xhtmlIsEmpty()
1189 if (xmlStrEqual(node->name, BAD_CAST "br")) in xhtmlIsEmpty()
1191 if (xmlStrEqual(node->name, BAD_CAST "base")) in xhtmlIsEmpty()
1193 if (xmlStrEqual(node->name, BAD_CAST "basefont")) in xhtmlIsEmpty()
1197 if (xmlStrEqual(node->name, BAD_CAST "col")) in xhtmlIsEmpty()
1201 if (xmlStrEqual(node->name, BAD_CAST "frame")) in xhtmlIsEmpty()
1205 if (xmlStrEqual(node->name, BAD_CAST "hr")) in xhtmlIsEmpty()
1209 if (xmlStrEqual(node->name, BAD_CAST "img")) in xhtmlIsEmpty()
1211 if (xmlStrEqual(node->name, BAD_CAST "input")) in xhtmlIsEmpty()
1213 if (xmlStrEqual(node->name, BAD_CAST "isindex")) in xhtmlIsEmpty()
1217 if (xmlStrEqual(node->name, BAD_CAST "link")) in xhtmlIsEmpty()
1221 if (xmlStrEqual(node->name, BAD_CAST "meta")) in xhtmlIsEmpty()
1225 if (xmlStrEqual(node->name, BAD_CAST "param")) in xhtmlIsEmpty()
1251 if ((cur->ns == NULL) && (xmlStrEqual(cur->name, BAD_CAST "id"))) in xhtmlAttrListDumpOutput()
1254 if ((cur->ns == NULL) && (xmlStrEqual(cur->name, BAD_CAST "name"))) in xhtmlAttrListDumpOutput()
1257 if ((cur->ns == NULL) && (xmlStrEqual(cur->name, BAD_CAST "lang"))) in xhtmlAttrListDumpOutput()
1260 if ((cur->ns != NULL) && (xmlStrEqual(cur->name, BAD_CAST "lang")) && in xhtmlAttrListDumpOutput()
1261 (xmlStrEqual(cur->ns->prefix, BAD_CAST "xml"))) in xhtmlAttrListDumpOutput()
1282 ((xmlStrEqual(parent->name, BAD_CAST "a")) || in xhtmlAttrListDumpOutput()
1283 (xmlStrEqual(parent->name, BAD_CAST "p")) || in xhtmlAttrListDumpOutput()
1284 (xmlStrEqual(parent->name, BAD_CAST "div")) || in xhtmlAttrListDumpOutput()
1285 (xmlStrEqual(parent->name, BAD_CAST "img")) || in xhtmlAttrListDumpOutput()
1286 (xmlStrEqual(parent->name, BAD_CAST "map")) || in xhtmlAttrListDumpOutput()
1287 (xmlStrEqual(parent->name, BAD_CAST "applet")) || in xhtmlAttrListDumpOutput()
1288 (xmlStrEqual(parent->name, BAD_CAST "form")) || in xhtmlAttrListDumpOutput()
1289 (xmlStrEqual(parent->name, BAD_CAST "frame")) || in xhtmlAttrListDumpOutput()
1290 (xmlStrEqual(parent->name, BAD_CAST "iframe")))) { in xhtmlAttrListDumpOutput()
1488 if ((xmlStrEqual(cur->name, BAD_CAST "html") && in xhtmlNodeDumpOutput()
1502 xmlStrEqual(cur->name, BAD_CAST"head") && in xhtmlNodeDumpOutput()
1503 xmlStrEqual(cur->parent->name, BAD_CAST"html")) { in xhtmlNodeDumpOutput()
1507 if (xmlStrEqual(tmp->name, BAD_CAST"meta")) { in xhtmlNodeDumpOutput()
1599 ((xmlStrEqual(cur->name, BAD_CAST "script")) || in xhtmlNodeDumpOutput()
1600 (xmlStrEqual(cur->name, BAD_CAST "style"))) && in xhtmlNodeDumpOutput()
1602 (xmlStrEqual(cur->ns->href, XHTML_NS_NAME)))) { in xhtmlNodeDumpOutput()