Skip to main content

xmlXPathValuePop

Function xmlXPathValuePop 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathValuePop( ctxt: *mut c_void, ) -> *mut _xmlXPathObject
Expand description

xmlXPathObjectPtr xmlXPathValuePop(xmlXPathParserContextPtr ctxt).

§SAFETY

  • ctxt must be a valid parser context or NULL.