Skip to main content

xmlXPathNewBoolean

Function xmlXPathNewBoolean 

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

Create an XPath boolean object.

ยงUPSTREAM-PARITY

xmlXPathObjectPtr xmlXPathNewBoolean(int val);