Lines Matching refs:aprefix
9182 const xmlChar *aprefix;
9237 &aprefix, &attvalue, &len, &alloc);
9242 if ((attname == ctxt->str_xmlns) && (aprefix == NULL)) {
9294 } else if (aprefix == ctxt->str_xmlns) {
9359 xmlErrAttributeDup(ctxt, aprefix, attname);
9376 atts[nbatts++] = aprefix;
9453 aprefix = defaults->values[5 * i + 1];
9458 if ((attname == ctxt->str_xmlns) && (aprefix == NULL)) {
9473 } else if (aprefix == ctxt->str_xmlns) {
9493 if ((attname == atts[j]) && (aprefix == atts[j+1]))
9506 atts[nbatts++] = aprefix;
9507 if (aprefix == NULL)
9510 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix);