Home | History | Annotate | Download | only in libxml2

Lines Matching defs:aprefix

9345     const xmlChar *aprefix;
9407 &aprefix, &attvalue, &len, &alloc);
9416 if ((attname == ctxt->str_xmlns) && (aprefix == NULL)) {
9479 if (aprefix == ctxt->str_xmlns) {
9544 xmlErrAttributeDup(ctxt, aprefix, attname);
9576 atts[nbatts++] = aprefix;
9626 aprefix = defaults->values[5 * i + 1];
9631 if ((attname == ctxt->str_xmlns) && (aprefix == NULL)) {
9646 } else if (aprefix == ctxt->str_xmlns) {
9666 if ((attname == atts[j]) && (aprefix == atts[j+1]))
9679 atts[nbatts++] = aprefix;
9680 if (aprefix == NULL)
9683 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix);