Searched defs:modeURI (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c104 const xmlChar *modeURI; /* the mode URI */ member in struct:_xsltCompMatch
620 * @modeURI: the mode URI or NULL
629 const xmlChar *modeURI) {
651 if (modeURI != NULL) {
652 if (comp->modeURI == NULL)
655 * both modeURI strings must be interned on the stylesheet dictionary
657 if (comp->modeURI != modeURI)
660 if (comp->modeURI != NULL)
2022 * @modeURI
627 xsltTestCompMatch(xsltTransformContextPtr ctxt, xsltCompMatchPtr comp, xmlNodePtr node, const xmlChar *mode, const xmlChar *modeURI) argument
2029 xsltAddTemplate(xsltStylesheetPtr style, xsltTemplatePtr cur, const xmlChar *mode, const xmlChar *modeURI) argument
[all...]
H A Dxslt.c417 if (template->modeURI) xmlFree(template->modeURI);
5165 const xmlChar *modeURI; local
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; local
5341 modeURI
[all...]
H A DxsltInternals.h282 const xmlChar *modeURI;/* the URI part of the mode QName */ member in struct:_xsltTemplate
753 const xmlChar *modeURI; /* apply-templates */ member in struct:_xsltStyleItemApplyTemplates
1397 const xmlChar *modeURI; /* apply-templates */ member in struct:_xsltStylePreComp
1688 const xmlChar *modeURI; /* the current mode URI */ member in struct:_xsltTransformContext

Completed in 117 milliseconds