Searched refs:fullattrname (Results 1 – 1 of 1) sorted by relevance
2695 xmlChar *fullelemname, *fullattrname; in xmlIsID() local2701 fullattrname = (attr->ns != NULL && attr->ns->prefix != NULL) ? in xmlIsID()2705 if (fullelemname != NULL && fullattrname != NULL) { in xmlIsID()2707 fullattrname); in xmlIsID()2710 fullattrname); in xmlIsID()2713 if ((fullattrname != fattr) && (fullattrname != attr->name)) in xmlIsID()2714 xmlFree(fullattrname); in xmlIsID()