xml_relaxng_get_valid_errors

Function xml_relaxng_get_valid_errors 

Source
pub unsafe fn xml_relaxng_get_valid_errors(
    ctxt: XmlRelaxNGValidCtxtPtr,
    err: *mut Option<GenericError>,
    warn: *mut Option<GenericError>,
    ctx: *mut Option<GenericErrorContext>,
) -> i32
Expand description

Get the error and warning callback information

Returns -1 in case of error and 0 otherwise