HomeSort by relevance Sort by last modified time
    Searched refs:inScopeNs (Results 1 - 6 of 6) sorted by null

  /external/libxslt/libxslt/
transform.c     [all...]
variables.c 872 if (comp->inScopeNs != NULL) {
873 xpctxt->namespaces = comp->inScopeNs->list;
874 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
1105 if (comp->inScopeNs != NULL) {
1106 xpctxt->namespaces = comp->inScopeNs->list;
1107 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
    [all...]
xsltInternals.h 560 #define XSLT_ITEM_NSINSCOPE_FIELDS xsltNsListContainerPtr inScopeNs;
593 xsltNsListContainerPtr inScopeNs;
    [all...]
xslt.c     [all...]
xsltutils.c 1012 if (comp->inScopeNs != NULL) {
1013 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list;
1014 ctxt->xpathCtxt->nsNr = comp->inScopeNs->xpathNumber;
    [all...]
preproc.c     [all...]

Completed in 41 milliseconds