Skip to main content

xmlXPathRegisterVariable

Function xmlXPathRegisterVariable 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathRegisterVariable( _ctxt: *mut _xmlXPathContext, _name: *const xmlChar, _value: *mut _xmlXPathObject, ) -> c_int
Expand description

Register an XPath variable.

ยงUPSTREAM-PARITY

int xmlXPathRegisterVariable(xmlXPathContextPtr ctxt,
                             const xmlChar *name, xmlXPathObjectPtr value);