Details
XSLT_REGISTER_VARIABLE_LOOKUP()
#define XSLT_REGISTER_VARIABLE_LOOKUP(ctxt) |
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 need 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.
xsltFreeVariableHashes ()
xsltVariableLookup ()
This is the entry point when a varibale is needed by the XPath
interpretor.
xsltXPathVariableLookup ()
xmlXPathObjectPtr xsltXPathVariableLookup (void *ctxt,
const xmlChar *name,
const xmlChar *ns_uri); |