Lines Matching full:attrname
1126 * @attrName: the attribute holding the value1138 const xmlChar *name, const xmlChar *attrName,1148 if (attrName != NULL) {1149 nameValue = xmlGetProp(cur, attrName);1152 "%s entry lacks '%s'\n", name, attrName, NULL);