Skip to main content

xmlXPathNodeSetRemove

Function xmlXPathNodeSetRemove 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathNodeSetRemove( cur: *mut _xmlNodeSet, val: c_int, ) -> c_int
Expand description

int xmlXPathNodeSetRemove(xmlNodeSetPtr cur, int val) โ€” remove by index.

ยงSAFETY

  • cur must be a valid node set or NULL.