org.crosswire.common.xml
Class XalanProcess

java.lang.Object
  extended by org.crosswire.common.xml.XalanProcess

public final class XalanProcess
extends Object

Allows xalan's xslt process class to be invoked as a command line application. Java 5 has renamed the main routine to _main. This class normalizes the difference between Java 1.4 and 1.5 (aka 5).

Author:
DM Smith
See Also:
The GNU Lesser General Public License for details.

Constructor Summary
private XalanProcess()
          This is a utility class so the constructor is hidden.
 
Method Summary
static void main(String[] args)
          Run xalan's xslt process main.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XalanProcess

private XalanProcess()
This is a utility class so the constructor is hidden.

Method Detail

main

public static void main(String[] args)
Run xalan's xslt process main.

Parameters:
args - the arguments for the xslt process

Copyright ยจ 2003-2015