Searched refs:xsltApplyStylesheetInternal (Results 1 – 1 of 1) sorted by relevance
/external/libxslt/libxslt/ |
D | transform.c | 5839 xsltApplyStylesheetInternal(xsltStylesheetPtr style, xmlDocPtr doc, in xsltApplyStylesheetInternal() function 6242 return (xsltApplyStylesheetInternal(style, doc, params, NULL, NULL, NULL)); in xsltApplyStylesheet() 6263 res = xsltApplyStylesheetInternal(style, doc, params, NULL, output, NULL); in xsltProfileStylesheet() 6288 res = xsltApplyStylesheetInternal(style, doc, params, output, in xsltApplyStylesheetUser() 6339 tmp = xsltApplyStylesheetInternal(style, doc, params, output, profile, in xsltRunStylesheetUser()
|