Skip to main content

xmlXPathEvalExpression

Function xmlXPathEvalExpression 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathEvalExpression( _str: *const xmlChar, _ctxt: *mut _xmlXPathContext, ) -> *mut _xmlXPathObject
Expand description

Evaluate an XPath expression.

ยงUPSTREAM-PARITY

xmlXPathObjectPtr xmlXPathEvalExpression(const xmlChar *str,
                                         xmlXPathContextPtr ctxt);