Skip to main content

xmlXPathNodeSetFreeNs

Function xmlXPathNodeSetFreeNs 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathNodeSetFreeNs(_ns: *mut _xmlNs)
Expand description

void xmlXPathNodeSetFreeNs(xmlNsPtr ns) — releases a synthesized namespace node (no-op: the ns declaration itself is owned by the tree).

§SAFETY

  • ns must be a valid namespace pointer or NULL.