Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-16 | Added XObjectPtr parameter to FunctionTransform | Adrian Kummerländer | |
* the given XObject is passed to the called transformation ** this was done to enable templates to pass information to each other ** this should support any type usable in a XPath context to be passed as an argument * expanded FunctionTransform test case accordingly | |||
2014-05-10 | Implemented StylesheetParameterGuard class | Adrian Kummerländer | |
* removes responsibility for clearing parameters from the generate member methods * abstracts parameter escaping and setting and handles map conversion * marked actual generate member method as private and added StylesheetParameterGuard reference argument ** "frontend" generate member methods instantiate a StylesheetParameterGuard instance and pass it to the actual generate method ** this enables central default parameter definition while offering the possibility for custom parameters |