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

  /external/libxslt/libxslt/
preproc.h 30 xsltTransformFunction function);
extensions.h 144 xsltTransformFunction function);
149 xsltTransformFunction function);
154 xsltTransformFunction function,
162 xsltTransformFunction transform);
163 XSLTPUBFUN xsltTransformFunction XSLTCALL
167 XSLTPUBFUN xsltTransformFunction XSLTCALL
211 xsltTransformFunction function);
extra.c 312 (xsltTransformFunction) xsltDebug);
316 (xsltTransformFunction) xsltDocumentElem);
320 (xsltTransformFunction) xsltDocumentElem);
324 (xsltTransformFunction) xsltDocumentElem);
328 (xsltTransformFunction) xsltDocumentElem);
preproc.c 321 cur->func = (xsltTransformFunction) xsltCopy;break;
323 cur->func = (xsltTransformFunction) xsltSort;break;
325 cur->func = (xsltTransformFunction) xsltText;break;
327 cur->func = (xsltTransformFunction) xsltElement;break;
329 cur->func = (xsltTransformFunction) xsltAttribute;break;
331 cur->func = (xsltTransformFunction) xsltComment;break;
333 cur->func = (xsltTransformFunction) xsltProcessingInstruction;
336 cur->func = (xsltTransformFunction) xsltCopyOf;break;
338 cur->func = (xsltTransformFunction) xsltValueOf;break;
340 cur->func = (xsltTransformFunction) xsltNumber;break
    [all...]
extensions.c 81 xsltTransformFunction transform;
260 xsltTransformFunction transform)
622 const xmlChar * URI, xsltTransformFunction function)
    [all...]
transform.c     [all...]
xsltInternals.h 397 * xsltTransformFunction:
406 typedef void (*xsltTransformFunction) (xsltTransformContextPtr ctxt,
477 xsltTransformFunction func; /* handling function */
539 xsltTransformFunction func;\
589 xsltTransformFunction func; /* handling function */
    [all...]

Completed in 56 milliseconds