Skip to main content

xmlXPathDifference

Function xmlXPathDifference 

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

xmlNodeSetPtr xmlXPathDifference(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) โ€” nodes in nodes1 not in nodes2 (document order).

ยงSAFETY

  • nodes1/nodes2 must be valid node sets or NULL.