Home
last modified time | relevance | path

Searched refs:modeURI (Results 1 – 6 of 6) sorted by relevance

/external/libxslt/libxslt/
Dpattern.c104 const xmlChar *modeURI; /* the mode URI */ member
629 const xmlChar *modeURI) { in xsltTestCompMatch() argument
651 if (modeURI != NULL) { in xsltTestCompMatch()
652 if (comp->modeURI == NULL) in xsltTestCompMatch()
657 if (comp->modeURI != modeURI) in xsltTestCompMatch()
660 if (comp->modeURI != NULL) in xsltTestCompMatch()
2026 const xmlChar *mode, const xmlChar *modeURI) { in xsltAddTemplate() argument
2052 if (modeURI != NULL) in xsltAddTemplate()
2053 pat->modeURI = xmlDictLookup(style->dict, modeURI, -1); in xsltAddTemplate()
2120 xmlHashAddEntry3(style->templatesHash, name, mode, modeURI, pat); in xsltAddTemplate()
[all …]
Dpattern.h59 const xmlChar *modeURI);
DxsltInternals.h282 const xmlChar *modeURI;/* the URI part of the mode QName */ member
753 const xmlChar *modeURI; /* apply-templates */ member
1397 const xmlChar *modeURI; /* apply-templates */ member
1688 const xmlChar *modeURI; /* the current mode URI */ member
Dxslt.c5165 const xmlChar *modeURI; in xsltParseXSLTTemplate() local
5173 modeURI = xsltGetQNameURI(templNode, &prop); in xsltParseXSLTTemplate()
5188 if (modeURI != NULL) in xsltParseXSLTTemplate()
5189 templ->modeURI = xmlDictLookup(cctxt->style->dict, modeURI, -1); in xsltParseXSLTTemplate()
5277 xsltAddTemplate(cctxt->style, templ, templ->mode, templ->modeURI); in xsltParseXSLTTemplate()
5299 xmlChar *modeURI = NULL; in xsltParseStylesheetTemplate() local
5341 modeURI = xmlStrdup(URI); in xsltParseStylesheetTemplate()
5344 ret->modeURI = xmlDictLookup(style->dict, modeURI, -1); in xsltParseStylesheetTemplate()
5350 if (modeURI != NULL) xmlFree(modeURI); in xsltParseStylesheetTemplate()
5413 xsltAddTemplate(style, ret, ret->mode, ret->modeURI); in xsltParseStylesheetTemplate()
Dtransform.c4715 oldModeURI = ctxt->modeURI; in xsltApplyTemplates()
4734 ctxt->modeURI = comp->modeURI; in xsltApplyTemplates()
5056 ctxt->modeURI = oldModeURI; in xsltApplyTemplates()
5916 if (ctxt->modeURI != NULL) in xsltApplyStylesheetInternal()
5917 ctxt->modeURI = xmlDictLookup(ctxt->dict, ctxt->modeURI, -1); in xsltApplyStylesheetInternal()
Dpreproc.c1611 0, NULL, &(comp->modeURI), &(comp->mode)); in xsltApplyTemplatesComp()