Skip to main content

xmlXPathNewCString

Function xmlXPathNewCString 

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

Create an XPath object from a value.

ยงUPSTREAM-PARITY

xmlXPathObjectPtr xmlXPathNewCString(const xmlChar *val);