Searched refs:fullattrname (Results 1 – 1 of 1) sorted by relevance
2697 xmlChar *fullelemname, *fullattrname; in xmlIsID() local2703 fullattrname = (attr->ns != NULL && attr->ns->prefix != NULL) ? in xmlIsID()2707 if (fullelemname != NULL && fullattrname != NULL) { in xmlIsID()2709 fullattrname); in xmlIsID()2712 fullattrname); in xmlIsID()2715 if ((fullattrname != fattr) && (fullattrname != attr->name)) in xmlIsID()2716 xmlFree(fullattrname); in xmlIsID()