Skip to main content

xmlXPathNodeTrailing

Function xmlXPathNodeTrailing 

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

xmlNodeSetPtr xmlXPathNodeTrailing(xmlNodeSetPtr nodes, xmlNodePtr node).

§SAFETY

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