Skip to main content

xmlTextReaderGetRemainder

Function xmlTextReaderGetRemainder 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextReaderGetRemainder( _reader: *mut XmlTextReader, ) -> *mut _xmlParserInputBuffer
Expand description

xmlParserInputBufferPtr xmlTextReaderGetRemainder(xmlTextReaderPtr reader).

Returns NULL — the candidate reads the whole input up front (documented divergence: no unconsumed input remains).