Skip to main content

xmlXPathNewParserContext

Function xmlXPathNewParserContext 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathNewParserContext( str_: *const xmlChar, ctxt: *mut _xmlXPathContext, ) -> *mut c_void
Expand description

xmlXPathParserContextPtr xmlXPathNewParserContext(const xmlChar *str, xmlXPathContextPtr ctxt).

§SAFETY

  • str must be a valid NUL-terminated string or NULL.
  • ctxt must be a valid context or NULL.