165166167168169170171172173174175
configurer = constructor.newInstance(this); } catch (Exception e) { throw new XProcException(e); } } else { configurer = new DefaultXProcConfigurer(this); } xprocData = new XProcData(this); exFuncs.add(new Cwd(this));