ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


functions.h

Includes:

Introduction



#defines


XSLT_REGISTER_FUNCTION_LOOKUP


#define XSLT_REGISTER_FUNCTION_LOOKUP(
    ctxt) \ xmlXPathRegisterFuncLookup((
    ctxt)->xpathCtxt, \ (
    xmlXPathFuncLookupFunc) xsltXPathFunctionLookup, \ (
    void *)(
    ctxt->xpathCtxt)); 
Discussion

XSLT_REGISTER_FUNCTION_LOOKUP:

Registering macro, not general purpose at all but used in different modules.

Last Updated: 2006-06-20