Skip to main content

xmlXPathCastNodeSetToString

Function xmlXPathCastNodeSetToString 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathCastNodeSetToString( ns: *mut _xmlNodeSet, ) -> *mut xmlChar
Expand description

xmlChar *xmlXPathCastNodeSetToString(xmlNodeSetPtr ns).

§SAFETY

  • ns must be a valid node-set pointer or NULL.