Skip to main content

xmlDebugDumpNode

Function xmlDebugDumpNode 

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

Dump a node for debugging.

ยงUPSTREAM-PARITY

void xmlDebugDumpNode(FILE *output, xmlNodePtr node);