Home | History | Annotate | Download | only in libxml2

Lines Matching defs:pref

8497     const xmlChar *pref;
8505 pref = prefix;
8511 (xmlTreeNSListLookupByPrefix(elem->nsDef, pref) != NULL))
8518 if (xmlSearchNsByPrefixStrict(doc, elem->parent, pref, NULL) == 1)
8521 ret = xmlNewNs(NULL, nsName, pref);
8543 pref = BAD_CAST buf;