Skip to main content

xmlDebugDumpNodeList

Function xmlDebugDumpNodeList 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlDebugDumpNodeList( _output: *mut c_void, _node: *mut _xmlNode, )
Expand description

Dump a node for debugging (recursive).

ยงUPSTREAM-PARITY

void xmlDebugDumpNodeList(FILE *output, xmlNodePtr node);