Home | History | Annotate | Download | only in libxml2

Lines Matching full:aprefix

8867     const xmlChar *aprefix;
8927 &aprefix, &attvalue, &len, &alloc);
8936 if ((attname == ctxt->str_xmlns) && (aprefix == NULL)) {
8986 if (aprefix == ctxt->str_xmlns) {
9051 xmlErrAttributeDup(ctxt, aprefix, attname);
9075 atts[nbatts++] = aprefix;
9121 aprefix = defaults->values[5 * i + 1];
9126 if ((attname == ctxt->str_xmlns) && (aprefix == NULL)) {
9141 } else if (aprefix == ctxt->str_xmlns) {
9161 if ((attname == atts[j]) && (aprefix == atts[j+1]))
9174 atts[nbatts++] = aprefix;
9175 if (aprefix == NULL)
9178 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix);