Lines Matching defs:ns

91     const xmlChar *ns;  /* and its namespace */
250 * @set and @ns; this fixes bug #340400.
256 if (old->ns != NULL)
257 list->ns = xmlDictLookup(style->dict, old->ns, -1);
263 if (old->ns != NULL)
264 cur->next->ns = xmlDictLookup(style->dict, old->ns, -1);
331 (child->ns == NULL) ||
434 refAttrItems->ns = prefix2;
465 * @ns: the attribute list namespace
472 xsltGetSAS(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns) {
476 values = xmlHashLookup2(style->attributeSets, name, ns);
492 const xmlChar *name, const xmlChar *ns,
503 if ((xmlStrEqual(name, tmp->set)) && (xmlStrEqual(ns, tmp->ns))) {
513 refs = xsltGetSAS(style, tmp->set, tmp->ns);
522 xsltResolveSASCallback(refs, style, name, ns, NULL);
531 tmp->ns = NULL;
547 const xmlChar *name, const xmlChar *ns,
552 ret = xmlHashAddEntry2(style->attributeSets, name, ns, values);
562 topSet = xmlHashLookup2(style->attributeSets, name, ns);
569 xmlHashUpdateEntry2(style->attributeSets, name, ns, topSet, NULL);
656 xmlNsPtr ns = NULL;
672 * ns-lookup function to namespaces.c.
799 if (comp->ns != NULL) {
803 if (comp->ns[0] != 0)
804 nsName = comp->ns;
833 ns = xmlSearchNs(inst->doc, inst, prefix);
834 if (ns == NULL) {
845 nsName = ns->href;
862 * Find/create a matching ns-decl in the result tree.
864 ns = NULL;
874 * ns-decl, but just store it in the dummy-doc of the result
881 ns = xsltTreeAcquireStoredNs(some doc, nsName, prefix);
888 * Something about ns-prefixes:
902 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, BAD_CAST pref,
907 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, prefix,
910 if (ns == NULL) {
927 attr = xmlSetNsProp(ctxt->insert, ns, name, (const xmlChar *) "");
937 attr = xmlSetNsProp(ctxt->insert, ns, name, NULL);
994 attr = xmlSetNsProp(ctxt->insert, ns, name, value);
1002 attr = xmlSetNsProp(ctxt->insert, ns, name,