[−][src]Type Definition libxslt::bindings::xmlXPathConvertFunc
type xmlXPathConvertFunc = Option<unsafe extern "C" fn(*mut _xmlXPathObject, i32) -> i32>;
xmlXPathConvertFunc: @obj: an XPath object @type: the number of the target type
A conversion function is associated to a type and used to cast the new type to primitive values.
Returns -1 in case of error, 0 otherwise