org.crosswire.common.xml
Class XalanProcess

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

public 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 [dmsmith555 at yahoo dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

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 -

Copyright ยจ 2003-2005