Skip to main content

xmlXPathFreeNodeSetList

Function xmlXPathFreeNodeSetList 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathFreeNodeSetList( obj: *mut _xmlXPathObject, )
Expand description

void xmlXPathFreeNodeSetList(xmlXPathObjectPtr obj) โ€” frees a node-set typed object and its node set.

ยงSAFETY

  • obj must be a valid object pointer or NULL.