Skip to main content

xmlTextReaderSchemaValidate

Function xmlTextReaderSchemaValidate 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextReaderSchemaValidate( reader: *mut XmlTextReader, xsd: *const c_char, ) -> c_int
Expand description

int xmlTextReaderSchemaValidate(xmlTextReaderPtr reader, const char *xsd) — parse xsd and validate the reader’s document.

§SAFETY

  • xsd must be a valid path or NULL.