this.var = expressionCompiler.compileExpr(attrs.getValue("var"), null, locator);
this.value = expressionCompiler.compileExpr(attrs.getValue("value"), null, locator);
this.type = expressionCompiler.compileExpr(attrs.getValue("type"), null, locator);
this.pattern = expressionCompiler.compileExpr(attrs.getValue("pattern"), null, locator);
this.timeZone = expressionCompiler.compileExpr(attrs.getValue("timeZone"), null, locator);
this.dateStyle = expressionCompiler.compileExpr(attrs.getValue("dateStyle"), null, locator);
this.timeStyle = expressionCompiler.compileExpr(attrs.getValue("timeStyle"), null, locator);
}
public Event execute(final XMLConsumer consumer,
ExpressionContext expressionContext, ExecutionContext executionContext,