Home | History | Annotate | Download | only in libxml2

Lines Matching refs:att

3394     const xmlChar *att, *value;
3402 att = atts[i++];
3403 while (att != NULL) {
3405 if ((value != NULL) && (!xmlStrcasecmp(att, BAD_CAST"http-equiv"))
3408 else if ((value != NULL) && (!xmlStrcasecmp(att, BAD_CAST"content")))
3410 att = atts[i++];