Home | History | Annotate | Download | only in libxml2

Lines Matching refs:attr

99 		xmlAttrPtr attr = cur->properties;
105 while (attr != NULL) {
106 if ((attr->children != NULL) &&
107 (attr->children->type == XML_TEXT_NODE) &&
108 (attr->children->next == NULL)) {
109 value = attr->children->content;
110 if ((!xmlStrcasecmp(attr->name, BAD_CAST"http-equiv"))
114 && (!xmlStrcasecmp(attr->name, BAD_CAST"content")))
119 attr = attr->next;
242 xmlAttrPtr attr = cur->properties;
248 while (attr != NULL) {
249 if ((attr->children != NULL) &&
250 (attr->children->type == XML_TEXT_NODE) &&
251 (attr->children->next == NULL)) {
252 value = attr->children->content;
253 if ((!xmlStrcasecmp(attr->name, BAD_CAST"http-equiv"))
259 (!xmlStrcasecmp(attr->name, BAD_CAST"content")))
265 attr = attr->next;