Skip to main content

xmlNodeDumpOutput

Function xmlNodeDumpOutput 

Source
pub unsafe extern "C" fn xmlNodeDumpOutput(
    buf: *mut xmlOutputBuffer,
    doc: *mut xmlDoc,
    cur: *mut xmlNode,
    level: c_int,
    format: c_int,
    encoding: *const c_char,
)