Skip to main content

xmlTextReaderSetParserProp

Function xmlTextReaderSetParserProp 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextReaderSetParserProp( reader: *mut XmlTextReader, prop: c_int, value: c_int, ) -> c_int
Expand description

Set a parser property.

Returns 0 on success, -1 on error.

§UPSTREAM-PARITY

int xmlTextReaderSetParserProp(xmlTextReaderPtr reader, int prop, int value);

§Safety

reader must be a valid pointer or NULL.