Lines Matching defs:nameURI
411 * NOTE: @name and @nameURI are put into the string dict now.
413 * if (template->nameURI) xmlFree(template->nameURI);
5049 xmlChar *nameURI = NULL;
5071 nameURI = xmlStrdup(URI);
5103 xsltAddKey(style, name, nameURI, match, use, key);
5113 if (nameURI != NULL)
5114 xmlFree(nameURI);
5218 const xmlChar *nameURI;
5224 nameURI = xsltGetQNameURI(templNode, &prop);
5239 if (nameURI != NULL)
5240 templ->nameURI = xmlDictLookup(cctxt->style->dict, nameURI, -1);
5243 if ((nameURI != NULL && xmlStrEqual(curTempl->name, templ->name) &&
5244 xmlStrEqual(curTempl->nameURI, nameURI) ) ||
5245 (nameURI == NULL && curTempl->nameURI == NULL &&
5388 ret->nameURI = xmlDictLookup(style->dict, BAD_CAST URI, -1);
5390 ret->nameURI = NULL;
5394 xmlStrEqual(cur->nameURI, URI) ) ||
5395 (URI == NULL && cur->nameURI == NULL &&