Skip to main content

xmlShellCat

Function xmlShellCat 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlShellCat( ctxt: *mut _xmlShellCtxt, _arg: *mut c_char, node: *mut _xmlNode, _node2: *mut _xmlNode, ) -> c_int
Expand description

int xmlShellCat(xmlShellCtxtPtr ctxt, char *arg, xmlNodePtr node, xmlNodePtr node2) — the shell “cat” command: dump the serialization of the node (XML or HTML, matching the document type).