public void initialize(XProcRuntime runtime, XStep step, Properties options) {
this.runtime = runtime;
this.step = step;
try {
xep = new FormatterImpl(options, new FoLogger());
} catch (ConfigurationException ce) {
throw new XProcException("Failed to initialize XEP", ce);
}
}