[][src]Type Definition libxslt::bindings::xmlXPathVariableLookupFunc

type xmlXPathVariableLookupFunc = Option<unsafe extern "C" fn(*mut c_void, *const u8, *const u8) -> *mut _xmlXPathObject>;

xmlXPathVariableLookupFunc: @ctxt: an XPath context @name: name of the variable @ns_uri: the namespace name hosting this variable

Prototype for callbacks used to plug variable lookup in the XPath engine.

Returns the XPath object value or NULL if not found.