Home | History | Annotate | Download | only in libxml2

Lines Matching full:attrname

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