Package eu.bandm.tools.util
Class CallXalan
java.lang.Object
eu.bandm.tools.util.CallXalan
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
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
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 Summary
-
Method Summary
-
Constructor Details
-
CallXalan
public CallXalan()
-
-
Method Details
-
main
-