Lines Matching refs:BAD_CAST
27 #define XHTML_STRICT_PUBLIC_ID BAD_CAST \
29 #define XHTML_STRICT_SYSTEM_ID BAD_CAST \
31 #define XHTML_FRAME_PUBLIC_ID BAD_CAST \
33 #define XHTML_FRAME_SYSTEM_ID BAD_CAST \
35 #define XHTML_TRANS_PUBLIC_ID BAD_CAST \
37 #define XHTML_TRANS_SYSTEM_ID BAD_CAST \
40 #define XHTML_NS_NAME BAD_CAST "http://www.w3.org/1999/xhtml"
443 xmlBufferAdd(buf->buffer, BAD_CAST "&", 1); in xmlAttrSerializeContent()
446 xmlBufferAdd(buf->buffer, BAD_CAST ";", 1); in xmlAttrSerializeContent()
541 if (xmlStrEqual(cur->prefix, BAD_CAST "xml")) in xmlNsDumpOutput()
760 doc->encoding = BAD_CAST ctxt->encoding; in htmlNodeDumpOutputInternal()
771 encoding = BAD_CAST "HTML"; in htmlNodeDumpOutputInternal()
1028 cur->encoding = BAD_CAST ctxt->encoding; in xmlDocContentDumpOutput()
1046 encoding = BAD_CAST "HTML"; in xmlDocContentDumpOutput()
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()
1510 httpequiv = xmlGetProp(tmp, BAD_CAST"http-equiv"); in xhtmlNodeDumpOutput()
1512 if (xmlStrcasecmp(httpequiv, BAD_CAST"Content-Type") == 0) { in xhtmlNodeDumpOutput()
1599 ((xmlStrEqual(cur->name, BAD_CAST "script")) || in xhtmlNodeDumpOutput()
1600 (xmlStrEqual(cur->name, BAD_CAST "style"))) && in xhtmlNodeDumpOutput()
1609 (xmlStrstr(child->content, BAD_CAST "]]>") == NULL)) { in xhtmlNodeDumpOutput()
1961 xmlBufferAdd(buf, BAD_CAST " ", 5); in xmlAttrSerializeTxtContent()
1967 xmlBufferAdd(buf, BAD_CAST " ", 5); in xmlAttrSerializeTxtContent()
1973 xmlBufferAdd(buf, BAD_CAST "	", 4); in xmlAttrSerializeTxtContent()
1979 xmlBufferAdd(buf, BAD_CAST """, 6); in xmlAttrSerializeTxtContent()
1985 xmlBufferAdd(buf, BAD_CAST "<", 4); in xmlAttrSerializeTxtContent()
1991 xmlBufferAdd(buf, BAD_CAST ">", 4); in xmlAttrSerializeTxtContent()
1997 xmlBufferAdd(buf, BAD_CAST "&", 5); in xmlAttrSerializeTxtContent()
2013 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1"); in xmlAttrSerializeTxtContent()
2044 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1"); in xmlAttrSerializeTxtContent()