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

type xmlXPathEvalFunc = Option<unsafe extern "C" fn(ctxt: xmlXPathParserContextPtr, nargs: c_int)>;

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.