Searched refs:effectiveNs (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxslt.c626 if (data->effectiveNs) {
627 xsltLREEffectiveNsNodesFree(data->effectiveNs);
628 data->effectiveNs = NULL;
1967 * @effectiveNs is the set of effective ns-nodes
1973 * Namespace-aliasing was applied on the @effectiveNs.
1988 (item == NULL) || (item->effectiveNs != NULL))
2085 if (cctxt->psData->effectiveNs == NULL) {
2086 cctxt->psData->effectiveNs = effNs;
2089 effNs->nextInStore = cctxt->psData->effectiveNs;
2090 cctxt->psData->effectiveNs
[all...]
H A DxsltInternals.h1111 * @effectiveNs is the set of effective ns-nodes
1117 * Namespace-aliasing was applied on the @effectiveNs.
1119 xsltEffectiveNsPtr effectiveNs; member in struct:_xsltStyleItemLRElementInfo
1365 xsltEffectiveNsPtr effectiveNs; member in struct:_xsltPrincipalStylesheetData
H A Dtransform.c2161 if (lrInfo->effectiveNs != NULL) {
2162 xsltEffectiveNsPtr effNs = lrInfo->effectiveNs;

Completed in 64 milliseconds