Skip to main content

xmlSetNs

Function xmlSetNs 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlSetNs( node: *mut _xmlNode, ns: *mut _xmlNs, )
Expand description

Set the namespace of a node.

ยงUPSTREAM-PARITY

void xmlSetNs(xmlNodePtr node, xmlNsPtr ns);