ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference
|
variables.h |
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
XSLT_REGISTER_VARIABLE_LOOKUP:
Registering macro, not general purpose at all but used in different modules.