Skip to main content

xmlXPathDistinct

Function xmlXPathDistinct 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathDistinct( nodes: *mut _xmlNodeSet, ) -> *mut _xmlNodeSet
Expand description

xmlNodeSetPtr xmlXPathDistinct(xmlNodeSetPtr nodes).

§SAFETY

  • nodes must be a valid node set or NULL.