Home
last modified time | relevance | path

Searched refs:xmlXPathNewValueTree (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLTExtensions.cpp69 ret = xmlXPathNewValueTree(retNode); in exsltNodeSetFunction()
/external/libxml2/include/libxml/
DxpathInternals.h500 xmlXPathNewValueTree (xmlNodePtr val);
/external/libxslt/libxslt/
Dvariables.c979 result = xmlXPathNewValueTree((xmlNodePtr) container); in xsltEvalVariable()
1191 result = xmlXPathNewValueTree((xmlNodePtr) container); in xsltEvalGlobalVariable()
/external/libxml2/
Delfgcchack.h16430 #undef xmlXPathNewValueTree
16431 extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree __attribute((alias("xmlXPathNewValueTre…
16433 #ifndef xmlXPathNewValueTree
16434 extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree__internal_alias __attribute((visibility…
16435 #define xmlXPathNewValueTree xmlXPathNewValueTree__internal_alias macro
Dxpath.c4296 xmlXPathNewValueTree(xmlNodePtr val) { in xmlXPathNewValueTree() function
/external/webkit/Source/WebCore/
DChangeLog-2007-10-144316 …that it might be helpful to push any errors from xmlXPathNewValueTree up to the Javascript Console…