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

type xmlXPathEvalFunc = Option<unsafe extern "C" fn(*mut _xmlXPathParserContext, i32)>;

xmlXPathEvalFunc: @ctxt: an XPath parser context @nargs: the number of arguments passed to the function

An XPath evaluation function, the parameters are on the XPath context stack.