Lines Matching full:attrname
5716 const xmlChar *attrName;5744 attrName = xmlParseName(ctxt);5745 if (attrName == NULL) {5808 ctxt->sax->attributeDecl(ctxt->userData, elemName, attrName,5816 xmlAddDefAttrs(ctxt, elemName, attrName, defaultValue);5819 xmlAddSpecialAttr(ctxt, elemName, attrName, type);