Searched refs:xsltCheckTopLevelElement (Results 1 – 1 of 1) sorted by relevance
/external/libxslt/libxslt/ |
D | preproc.c | 71 xsltCheckTopLevelElement(xsltStylesheetPtr style, xmlNodePtr inst, int err) { in xsltCheckTopLevelElement() function 2255 if (xsltCheckTopLevelElement(style, inst, 0) == 0) in xsltStylePreCompute() 2259 if (xsltCheckTopLevelElement(style, inst, 0) == 0) in xsltStylePreCompute() 2267 xsltCheckTopLevelElement(style, inst, 1); in xsltStylePreCompute() 2270 xsltCheckTopLevelElement(style, inst, 1); in xsltStylePreCompute() 2273 xsltCheckTopLevelElement(style, inst, 1); in xsltStylePreCompute() 2276 xsltCheckTopLevelElement(style, inst, 1); in xsltStylePreCompute() 2290 xsltCheckTopLevelElement(style, inst, 1); in xsltStylePreCompute() 2296 xsltCheckTopLevelElement(style, inst, 1); in xsltStylePreCompute() 2299 xsltCheckTopLevelElement(style, inst, 1); in xsltStylePreCompute() [all …]
|