Skip to main content

xmlUnlinkNode

Function xmlUnlinkNode 

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

Unlink a node from its tree.

§UPSTREAM-PARITY

void xmlUnlinkNode(xmlNodePtr node);

§SAFETY

  • node must be a valid node pointer or NULL.