Home | History | Annotate | Download | only in libxslt

Lines Matching defs:modeURI

417     if (template->modeURI) xmlFree(template->modeURI);
5165 const xmlChar *modeURI;
5173 modeURI = xsltGetQNameURI(templNode, &prop);
5188 if (modeURI != NULL)
5189 templ->modeURI = xmlDictLookup(cctxt->style->dict, modeURI, -1);
5277 xsltAddTemplate(cctxt->style, templ, templ->mode, templ->modeURI);
5299 xmlChar *modeURI = NULL;
5341 modeURI = xmlStrdup(URI);
5344 ret->modeURI = xmlDictLookup(style->dict, modeURI, -1);
5350 if (modeURI != NULL) xmlFree(modeURI);
5413 xsltAddTemplate(style, ret, ret->mode, ret->modeURI);