Skip to main content

xmlXPathTrailingSorted

Function xmlXPathTrailingSorted 

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

xmlNodeSetPtr xmlXPathTrailingSorted(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2).

§SAFETY

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