Skip to main content

xmlXPathCastNodeToString

Function xmlXPathCastNodeToString 

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

xmlChar *xmlXPathCastNodeToString(xmlNodePtr node).

ยงSAFETY

  • node must be a valid node pointer or NULL.