Skip to main content

xmlXPathNodeTrailingSorted

Function xmlXPathNodeTrailingSorted 

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

xmlNodeSetPtr xmlXPathNodeTrailingSorted(xmlNodeSetPtr nodes, xmlNodePtr node).

§SAFETY

  • nodes must be a valid node set or NULL; node a valid node or NULL.