Searched refs:inScopeNs (Results 1 – 6 of 6) sorted by relevance
4235 if (comp->inScopeNs != NULL) { in xsltCopyOf()4236 xpctxt->namespaces = comp->inScopeNs->list; in xsltCopyOf()4237 xpctxt->nsNr = comp->inScopeNs->xpathNumber; in xsltCopyOf()4402 if (comp->inScopeNs != NULL) { in xsltValueOf()4403 xpctxt->namespaces = comp->inScopeNs->list; in xsltValueOf()4404 xpctxt->nsNr = comp->inScopeNs->xpathNumber; in xsltValueOf()4754 if (comp->inScopeNs != NULL) { in xsltApplyTemplates()4755 xpctxt->namespaces = comp->inScopeNs->list; in xsltApplyTemplates()4756 xpctxt->nsNr = comp->inScopeNs->xpathNumber; in xsltApplyTemplates()5151 if (wcomp->inScopeNs != NULL) { in xsltChoose()[all …]
872 if (comp->inScopeNs != NULL) { in xsltEvalVariable()873 xpctxt->namespaces = comp->inScopeNs->list; in xsltEvalVariable()874 xpctxt->nsNr = comp->inScopeNs->xpathNumber; in xsltEvalVariable()1105 if (comp->inScopeNs != NULL) { in xsltEvalGlobalVariable()1106 xpctxt->namespaces = comp->inScopeNs->list; in xsltEvalGlobalVariable()1107 xpctxt->nsNr = comp->inScopeNs->xpathNumber; in xsltEvalGlobalVariable()
560 #define XSLT_ITEM_NSINSCOPE_FIELDS xsltNsListContainerPtr inScopeNs;593 xsltNsListContainerPtr inScopeNs; member1269 xsltNsListContainerPtr inScopeNs; member
2037 if (item->inScopeNs == NULL) in xsltLREBuildEffectiveNsNodes()2043 for (i = 0; i < item->inScopeNs->totalNumber; i++) { in xsltLREBuildEffectiveNsNodes()2044 ns = item->inScopeNs->list[i]; in xsltLREBuildEffectiveNsNodes()2224 item->inScopeNs = cctxt->inode->inScopeNs; in xsltLREInfoCreate()2372 inode->inScopeNs = iprev->inScopeNs; in xsltCompilerNodePush()2395 inode->inScopeNs = NULL; in xsltCompilerNodePush()3866 cctxt->inode->inScopeNs = in xsltParseAnyXSLTElem()4330 cctxt->inode->inScopeNs = in xsltParseUnknownXSLTElem()4554 cctxt->inode->inScopeNs = in xsltParseSequenceConstructor()5153 cctxt->inode->inScopeNs = in xsltParseXSLTTemplate()[all …]
1012 if (comp->inScopeNs != NULL) { in xsltComputeSortResult()1013 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list; in xsltComputeSortResult()1014 ctxt->xpathCtxt->nsNr = comp->inScopeNs->xpathNumber; in xsltComputeSortResult()
2160 ((xsltStylePreCompPtr) node->psvi)->inScopeNs = in xsltStylePreCompute()2161 XSLT_CCTXT(style)->inode->inScopeNs; in xsltStylePreCompute()