MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlXPathEvalExpression

Function xmlXPathEvalExpression

ThirdParty/libxml2/vtklibxml2/xpath.c:13370–13373  ·  view source on GitHub ↗

* xmlXPathEvalExpression: * @str: the XPath expression * @ctxt: the XPath context * * Alias for xmlXPathEval(). * * Returns the xmlXPathObjectPtr resulting from the evaluation or NULL. * the caller has to free the object. */

Source from the content-addressed store, hash-verified

13368 * the caller has to free the object.
13369 */
13370xmlXPathObjectPtr
13371xmlXPathEvalExpression(const xmlChar *str, xmlXPathContextPtr ctxt) {
13372 return(xmlXPathEval(str, ctxt));
13373}
13374
13375/************************************************************************
13376 * *

Callers 4

readPathObjectsMethod · 0.85
runtest.cFile · 0.85
load_xpath_exprFunction · 0.85
FindElementByPathMethod · 0.85

Calls 1

xmlXPathEvalFunction · 0.85

Tested by 1

load_xpath_exprFunction · 0.68