Lines Matching full:aprefix
8645 const xmlChar *aprefix;
8705 &aprefix, &attvalue, &len, &alloc);
8714 if ((attname == ctxt->str_xmlns) && (aprefix == NULL)) {
8764 if (aprefix == ctxt->str_xmlns) {
8829 xmlErrAttributeDup(ctxt, aprefix, attname);
8853 atts[nbatts++] = aprefix;
8899 aprefix = defaults->values[5 * i + 1];
8904 if ((attname == ctxt->str_xmlns) && (aprefix == NULL)) {
8919 } else if (aprefix == ctxt->str_xmlns) {
8939 if ((attname == atts[j]) && (aprefix == atts[j+1]))
8952 atts[nbatts++] = aprefix;
8953 if (aprefix == NULL)
8956 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix);