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

Function xmlXPathCompile

ThirdParty/libxml2/vtklibxml2/xpath.c:13114–13117  ·  view source on GitHub ↗

* xmlXPathCompile: * @str: the XPath expression * * Compile an XPath expression * * Returns the xmlXPathCompExprPtr resulting from the compilation or NULL. * the caller has to free the object. */

Source from the content-addressed store, hash-verified

13112 * the caller has to free the object.
13113 */
13114xmlXPathCompExprPtr
13115xmlXPathCompile(const xmlChar *str) {
13116 return(xmlXPathCtxtCompile(NULL, str));
13117}
13118
13119/**
13120 * xmlXPathCompiledEvalInternal:

Callers 3

runtest.cFile · 0.85
getNextFunction · 0.85
getStringFunction · 0.85

Calls 1

xmlXPathCtxtCompileFunction · 0.85

Tested by

no test coverage detected