Skip to main content

xmlXPathRegisterVariableNS

Function xmlXPathRegisterVariableNS 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathRegisterVariableNS( ctxt: *mut _xmlXPathContext, name: *const xmlChar, ns_uri: *const xmlChar, value: *mut _xmlXPathObject, ) -> c_int
Expand description

int xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathObjectPtr value).

§SAFETY

  • ctxt must be a valid context; name/value valid; ns_uri may be NULL.