Skip to main content

xmlXPathNodeSetDel

Function xmlXPathNodeSetDel 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathNodeSetDel( cur: *mut _xmlNodeSet, val: *mut _xmlNode, )
Expand description

void xmlXPathNodeSetDel(xmlNodeSetPtr cur, xmlNodePtr val) (upstream xpath.h — R-000176, the candidate previously returned an int).

§SAFETY

  • cur must be a valid node set or NULL; val a valid node or NULL.