Skip to main content

xmlXPathTrailing

Function xmlXPathTrailing 

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

xmlNodeSetPtr xmlXPathTrailing(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2).

§SAFETY

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