Home | History | Annotate | Download | only in libxml2

Lines Matching full:fullname

8776 		    xmlChar *fullname;
8778 fullname = xmlBuildQName(cur->nodesetval->nodeTab[i]->name,
8781 if (fullname == cur->nodesetval->nodeTab[i]->name)
8782 fullname = xmlStrdup(cur->nodesetval->nodeTab[i]->name);
8783 if (fullname == NULL) {
8787 ctxt->context, fullname));