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

 


variables.h

Includes:

Introduction



#defines


XSLT_REGISTER_VARIABLE_LOOKUP


#define XSLT_REGISTER_VARIABLE_LOOKUP(
    ctxt) \ xmlXPathRegisterVariableLookup((
    ctxt)->xpathCtxt, \ xsltXPathVariableLookup, (
    void *)(
    ctxt)); \ xsltRegisterAllFunctions((
    ctxt)->xpathCtxt); \ xsltRegisterAllElement(
    ctxt); \ (
    ctxt)->xpathCtxt->extra = ctxt 
Discussion

XSLT_REGISTER_VARIABLE_LOOKUP:

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

Last Updated: 2006-06-20