Skip to main content

htmlNodeDumpFileFormat

Function htmlNodeDumpFileFormat 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn htmlNodeDumpFileFormat( out: *mut c_void, _doc: *mut _xmlDoc, cur: *mut _xmlNode, _encoding: *const c_char, format: c_int, ) -> c_int
Expand description

Serialize an HTML node to a FILE with encoding and format.

§UPSTREAM-PARITY

int htmlNodeDumpFileFormat(FILE *out, xmlDoc *doc, xmlNode *cur,
                           const char *encoding, int format);