Home | History | Annotate | Download | only in libxml2

Lines Matching defs:attname

3665     const xmlChar *attname;
3756 attname = htmlParseAttribute(ctxt, &attvalue);
3757 if (attname != NULL) {
3763 if (xmlStrEqual(atts[i], attname)) {
3765 "Attribute %s redefined\n", attname, NULL);
3803 atts[nbatts++] = attname;