Home | History | Annotate | Download | only in libxml2

Lines Matching refs:fullattrname

2697 	xmlChar *fullelemname, *fullattrname;
2703 fullattrname = (attr->ns != NULL && attr->ns->prefix != NULL) ?
2707 if (fullelemname != NULL && fullattrname != NULL) {
2709 fullattrname);
2712 fullattrname);
2715 if ((fullattrname != fattr) && (fullattrname != attr->name))
2716 xmlFree(fullattrname);