Searched refs:xmlXPathNewValueTree (Results 1 – 6 of 6) sorted by relevance
69 ret = xmlXPathNewValueTree(retNode); in exsltNodeSetFunction()
500 xmlXPathNewValueTree (xmlNodePtr val);
979 result = xmlXPathNewValueTree((xmlNodePtr) container); in xsltEvalVariable()1191 result = xmlXPathNewValueTree((xmlNodePtr) container); in xsltEvalGlobalVariable()
16430 #undef xmlXPathNewValueTree16431 extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree __attribute((alias("xmlXPathNewValueTre…16433 #ifndef xmlXPathNewValueTree16434 extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree__internal_alias __attribute((visibility…16435 #define xmlXPathNewValueTree xmlXPathNewValueTree__internal_alias macro
4296 xmlXPathNewValueTree(xmlNodePtr val) { in xmlXPathNewValueTree() function
4316 …that it might be helpful to push any errors from xmlXPathNewValueTree up to the Javascript Console…