Searched refs:xmlXPathNewValueTree (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXSLTExtensions.cpp69 ret = xmlXPathNewValueTree(retNode);
71 // FIXME: It might be helpful to push any errors from xmlXPathNewValueTree
/external/libxml2/include/libxml/
H A DxpathInternals.h500 xmlXPathNewValueTree (xmlNodePtr val);
/external/libxslt/libxslt/
H A Dvariables.c979 result = xmlXPathNewValueTree((xmlNodePtr) container);
1191 result = xmlXPathNewValueTree((xmlNodePtr) container);
/external/libxml2/
H A Delfgcchack.h16430 #undef xmlXPathNewValueTree macro
16431 extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree __attribute((alias("xmlXPathNewValueTree__internal_alias")));
16433 #ifndef xmlXPathNewValueTree
16434 extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree__internal_alias __attribute((visibility("hidden")));
16435 #define xmlXPathNewValueTree xmlXPathNewValueTree__internal_alias macro
H A Dxpath.c4287 * xmlXPathNewValueTree:
4296 xmlXPathNewValueTree(xmlNodePtr val) { function

Completed in 243 milliseconds