Skip to main content

xsltExtModuleFunctionLookup

Function xsltExtModuleFunctionLookup 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xsltExtModuleFunctionLookup( name: *const xmlChar, URI: *const xmlChar, ) -> Option<xmlXPathFunction>
Expand description

xsltExtModuleFunctionLookup (extensions.c): global function lookup.

ยงUPSTREAM-PARITY

xmlXPathFunction xsltExtModuleFunctionLookup(const xmlChar *name,
                                             const xmlChar *URI);