Skip to main content

xmlXPathCastToString

Function xmlXPathCastToString 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathCastToString( val: *mut _xmlXPathObject, ) -> *mut xmlChar
Expand description

Cast an XPath object to its string value.

Returns a newly allocated string (caller frees with xmlFree).

ยงUPSTREAM-PARITY

xmlChar *xmlXPathCastToString(xmlXPathObjectPtr val);