Skip to main content

xmlXPathCompile

Function xmlXPathCompile 

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

Compile an XPath expression.

ยงUPSTREAM-PARITY

xmlXPathCompExprPtr xmlXPathCompile(const xmlChar *str);