Searched refs:xsltGetCNsProp (Results 1 – 3 of 3) sorted by relevance
/external/libxslt/libxslt/ |
D | preproc.c | 742 comp->select = xsltGetCNsProp(style, inst,(const xmlChar *)"select", XSLT_NAMESPACE); in xsltSortComp() 794 comp->use = xsltGetCNsProp(style, inst, (const xmlChar *)"use-attribute-sets", in xsltCopyComp() 838 prop = xsltGetCNsProp(style, inst, in xsltTextComp() 1192 comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select", in xsltCopyOfComp() 1239 prop = xsltGetCNsProp(style, inst, in xsltValueOfComp() 1252 comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select", in xsltValueOfComp() 1285 prop = xsltGetCNsProp(style, inst, propName, XSLT_NAMESPACE); in xsltGetQNameProperty() 1374 comp->select = xsltGetCNsProp(style, inst, (const xmlChar *)"select", in xsltWithParamComp() 1427 comp->numdata.value = xsltGetCNsProp(style, cur, (const xmlChar *)"value", in xsltNumberComp() 1439 comp->numdata.count = xsltGetCNsProp(style, cur, (const xmlChar *)"count", in xsltNumberComp() [all …]
|
D | xsltutils.h | 90 xsltGetCNsProp (xsltStylesheetPtr style,
|
D | xsltutils.c | 82 xsltGetCNsProp(xsltStylesheetPtr style, xmlNodePtr node, in xsltGetCNsProp() function
|