Searched refs:fullattrname (Results 1 – 1 of 1) sorted by relevance
2726 xmlChar *fullelemname, *fullattrname; in xmlIsID() local2732 fullattrname = (attr->ns != NULL && attr->ns->prefix != NULL) ? in xmlIsID()2736 if (fullelemname != NULL && fullattrname != NULL) { in xmlIsID()2738 fullattrname); in xmlIsID()2741 fullattrname); in xmlIsID()2744 if ((fullattrname != fattr) && (fullattrname != attr->name)) in xmlIsID()2745 xmlFree(fullattrname); in xmlIsID()