HomeSort by relevance Sort by last modified time
    Searched defs:nsNr (Results 1 - 7 of 7) sorted by null

  /external/libxslt/libxslt/
attrvt.c 47 int nsNr;
217 avt->nsNr = i;
374 tmp = xsltEvalXPathStringNs(ctxt, comp, cur->nsNr, cur->nsList);
templates.c 48 * @nsNr: the number of namespaces in scope
57 xmlNsPtr *nsList, int nsNr) {
67 oldNsNr = ctxt->xpathCtxt->nsNr;
73 ctxt->xpathCtxt->nsNr = nsNr;
92 ctxt->xpathCtxt->nsNr = oldNsNr;
106 * @nsNr: the number of namespaces in the list
117 int nsNr, xmlNsPtr *nsList) {
130 oldNsNr = ctxt->xpathCtxt->nsNr;
136 ctxt->xpathCtxt->nsNr = nsNr
    [all...]
pattern.c 112 int nsNr; /* the number of namespaces in scope */
163 cur->nsNr = 0;
513 * @nsNr: the number of namespaces in scope
522 xmlNodePtr node, xmlNsPtr *nsList, int nsNr) {
554 oldNsNr = ctxt->xpathCtxt->nsNr;
559 ctxt->xpathCtxt->nsNr = nsNr;
564 ctxt->xpathCtxt->nsNr = oldNsNr;
866 comp->nsList, comp->nsNr));
1122 comp->nsNr))
    [all...]
xsltInternals.h 358 int nsNr; /* the number of namespaces in scope */
    [all...]
  /external/libxml2/include/libxml/
xpath.h 308 int nsNr; /* number of namespace in scope */
parser.h 276 int nsNr; /* the number of inherited namespaces */
    [all...]
  /external/libxml2/
parser.c 12700 int nsnr = 0; local
    [all...]

Completed in 155 milliseconds