Skip to main content

xmlPushInput

Function xmlPushInput 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlPushInput( ctxt: *mut _xmlParserCtxt, input: *mut _xmlParserInput, ) -> c_int
Expand description

Push an input stream onto the context’s input stack.

§UPSTREAM-PARITY

int xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input);