Home | History | Annotate | Download | only in libxml2

Lines Matching refs:att

3548     const xmlChar *att, *value;
3556 att = atts[i++];
3557 while (att != NULL) {
3559 if ((value != NULL) && (!xmlStrcasecmp(att, BAD_CAST"http-equiv"))
3562 else if ((value != NULL) && (!xmlStrcasecmp(att, BAD_CAST"content")))
3564 att = atts[i++];