Class CallXalan

java.lang.Object
eu.bandm.tools.util.CallXalan

public class CallXalan extends Object
Main method accessing the xalan tool as included in the java runtime environment.

In most JAVA RTE distributions the apache xslt processer xalan is included. But its main() funtion has been omitted, and its functionality should, of course, only be employed by the mechanism foreseen by the jax architecture, namely TransformerFactory.
Nevertheless, xalan is needed frequently as a stand-alone tool, esp. the convenient support of its command line parameters. Distributing a redundant, separate copy would be annoying. Reverse engineering found out the there is a _main() method, behaving as expected, so the following class only needs to provide a wrapper.
  • Constructor Details

    • CallXalan

      public CallXalan()
  • Method Details

    • main

      public static void main(String[] args)