jd.xml.xslt.expr
Interface XsltFunction
- All Superinterfaces:
- Expression, Function
- All Known Implementing Classes:
- Available, DocumentFunction, FormatNumber, KeyFunction, SystemProperty
- public interface XsltFunction
- extends Function
A interface for XSLT functions which need to be initialized by
the static expression context.
Methods inherited from interface jd.xml.xpath.expr.Expression |
accept, getContextDependencies, getResultType, hasContextDependencies, isUniqueFilter, matchesFilter, toBooleanValue, toNode, toNodeSet, toNumberValue, toString, toStringValue, toXObject |
initContextParameters
public void initContextParameters(StaticExprContext context)
- Set function parameters provided by the given expression context.
The function should not store the Context itself since its
values will change.
copyContextParameters
public void copyContextParameters(Function function)