Skip to main content

xmlTextReaderReadState

Function xmlTextReaderReadState 

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

Get the read state.

Returns one of the xmlTextReaderReadState constants.

§UPSTREAM-PARITY

int xmlTextReaderReadState(xmlTextReaderPtr reader);

§Safety

reader must be a valid pointer or NULL.