Searched refs:nsList (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtemplates.h26 xmlNsPtr *nsList,
52 xmlNsPtr *nsList);
H A Dtemplates.c47 * @nsList: the namespaces in scope
57 xmlNsPtr *nsList, int nsNr) {
72 ctxt->xpathCtxt->namespaces = nsList;
107 * @nsList: the list of in-scope namespaces to use
117 int nsNr, xmlNsPtr *nsList) {
135 ctxt->xpathCtxt->namespaces = nsList;
249 xmlNsPtr *nsList = NULL; local
288 if ((nsList == NULL) && (node != NULL)) {
291 nsList = xmlGetNsList(node->doc, node);
292 if (nsList !
56 xsltEvalXPathPredicate(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp, xmlNsPtr *nsList, int nsNr) argument
116 xsltEvalXPathStringNs(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp, int nsNr, xmlNsPtr *nsList) argument
[all...]
H A Dattrvt.c46 xmlNsPtr *nsList; member in struct:_xsltAttrVT
113 if (avt->nsList != NULL)
114 xmlFree(avt->nsList);
207 avt->nsList = xmlGetNsList(attr->doc, attr->parent);
208 if (avt->nsList != NULL) {
209 while (avt->nsList[i] != NULL)
354 tmp = xsltEvalXPathStringNs(ctxt, comp, cur->nsNr, cur->nsList);
H A Dkeys.c66 cur->nsList = NULL;
92 if (keyd->nsList != NULL)
93 xmlFree(keyd->nsList);
290 key->nsList = xmlGetNsList(inst->doc, inst);
291 if (key->nsList != NULL) {
292 while (key->nsList[i] != NULL)
496 ctxt->xpathCtxt->namespaces = keyd->nsList;
599 ctxt->xpathCtxt->namespaces = keyd->nsList;
H A Dpattern.c106 xmlNsPtr *nsList; /* the namespaces in scope */ member in struct:_xsltCompMatch
150 cur->nsList = NULL;
170 if (comp->nsList != NULL)
171 xmlFree(comp->nsList);
1061 if (!xsltEvalXPathPredicate(ctxt, step->comp, comp->nsList,
1921 element->nsList = xmlGetNsList(doc, node);
1923 if (element->nsList != NULL) {
1924 while (element->nsList[j] != NULL)
H A Dpreproc.c492 if (comp->nsList != NULL)
493 xmlFree(comp->nsList);
2212 cur->nsList = xmlGetNsList(inst->doc, inst);
2213 if (cur->nsList != NULL) {
2214 while (cur->nsList[i] != NULL)
H A Dtransform.c1247 xmlNsPtr *nsList, *cur, ns; local
1255 nsList = xmlGetNsList(node->doc, node);
1256 if (nsList != NULL) {
1257 cur = nsList;
1264 xmlFree(nsList);
3866 ctxt->xpathCtxt->namespaces = comp->nsList;
4004 ctxt->xpathCtxt->namespaces = comp->nsList;
4288 ctxt->xpathCtxt->namespaces = comp->nsList;
4627 ctxt->xpathCtxt->namespaces = wcomp->nsList;
4754 ctxt->xpathCtxt->namespaces = comp->nsList;
[all...]
H A DxsltInternals.h304 xmlNsPtr *nsList; /* the namespaces in scope */ member in struct:_xsltKeyDef
1321 xmlNsPtr *nsList; /* the namespaces in scope */ member in struct:_xsltStylePreComp
H A Dvariables.c490 ctxt->xpathCtxt->namespaces = precomp->nsList;
659 ctxt->xpathCtxt->namespaces = precomp->nsList;
H A Dxsltutils.c1004 ctxt->xpathCtxt->namespaces = comp->nsList;
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Defunctions.c44 xmlNsPtr *nsList; member in struct:_exsltFuncResultPreComp
260 if (comp->nsList != NULL)
261 xmlFree(comp->nsList);
556 ret->nsList = xmlGetNsList(inst->doc, inst);
557 if (ret->nsList != NULL) {
559 while (ret->nsList[i] != NULL)
609 ctxt->xpathCtxt->namespaces = comp->nsList;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtree.c6046 xmlNsPtr *nsList, *cur; local
6052 nsList = xmlGetNsList(node->doc, node);
6053 if (nsList == NULL) {
6058 cur = nsList;
6074 xmlFree(nsList);
7423 * @nsList: a list of ns-structs
7426 * Searches for a ns-decl with the given prefix in @nsList.
7432 xmlTreeNSListLookupByPrefix(xmlNsPtr nsList, const xmlChar *prefix) argument
7434 if (nsList == NULL)
7438 ns = nsList;
[all...]
H A Dxmlschemas.c7997 xmlNsPtr *nsList = NULL; local
8007 nsList = NULL;
8009 nsList = xmlGetNsList(attr->doc, attr->parent);
8013 if (nsList != NULL) {
8016 for (i = 0; nsList[i] != NULL; i++)
8024 xmlFree(nsList);
8028 nsArray[2 * i] = nsList[i]->href;
8029 nsArray[2 * i + 1] = nsList[i]->prefix;
8032 xmlFree(nsList);

Completed in 215 milliseconds