Skip to main content

xmlTextReaderGetLastError

Function xmlTextReaderGetLastError 

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

const xmlError *xmlTextReaderGetLastError(xmlTextReaderPtr reader) — pointer to the reader’s embedded _xmlError (upstream returns &reader->ctxt->lastError, which is always present while the reader exists; valid until the next error is collected).