Details
XSLT_REGISTER_VARIABLE_LOOKUP()
#define XSLT_REGISTER_VARIABLE_LOOKUP(ctxt) |
registering macro, not general purpose at all but used in different modules
xsltEvalGlobalVariables ()
Evaluate the global variables of a stylesheet. This need to be
done on parsed stylesheets before starting to apply transformations
xsltEvalUserParams ()
Evaluate the global variables of a stylesheet. This needs to be
done on parsed stylesheets before starting to apply transformations
xsltParseGlobalVariable ()
parse an XSLT transformation variable declaration and record
its value.
xsltParseGlobalParam ()
parse an XSLT transformation param declaration and record
its value.
xsltParseStylesheetVariable ()
parse an XSLT transformation variable declaration and record
its value.
xsltParseStylesheetParam ()
parse an XSLT transformation param declaration and record
its value.
xsltParseStylesheetCallerParam ()
parse an XSLT transformation param declaration, compute
its value but doesn't record it.
It returns the new xsltStackElemPtr or NULL
xsltAddStackElemList ()
add the new element list at this level of the stack.
xsltFreeGlobalVariables ()
Free up the data associated to the global variables
its value.
xsltVariableLookup ()
Search in the Variable array of the context for the given
variable value.
xsltXPathVariableLookup ()
xmlXPathObjectPtr xsltXPathVariableLookup (void *ctxt,
const xmlChar *name,
const xmlChar *ns_uri); |
This is the entry point when a varibale is needed by the XPath
interpretor.