Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libxslt/
Dxslt.c5136 xsltParseXSLTTemplate(xsltCompilerCtxtPtr cctxt, xmlNodePtr templNode) { in xsltParseXSLTTemplate() argument
5141 if ((cctxt == NULL) || (templNode == NULL)) in xsltParseXSLTTemplate()
5151 xsltCompilerNodePush(cctxt, templNode); in xsltParseXSLTTemplate()
5152 if (templNode->nsDef != NULL) in xsltParseXSLTTemplate()
5154 xsltCompilerBuildInScopeNsList(cctxt, templNode); in xsltParseXSLTTemplate()
5163 prop = xmlGetNsProp(templNode, (const xmlChar *)"mode", NULL); in xsltParseXSLTTemplate()
5173 modeURI = xsltGetQNameURI(templNode, &prop); in xsltParseXSLTTemplate()
5182 xsltTransformError(NULL, cctxt->style, templNode, in xsltParseXSLTTemplate()
5198 prop = xmlGetNsProp(templNode, (const xmlChar *)"match", NULL); in xsltParseXSLTTemplate()
5206 prop = xmlGetNsProp(templNode, (const xmlChar *)"priority", NULL); in xsltParseXSLTTemplate()
[all …]