org.w3c.mwi.mobileok.basic.xslt
Class XSLTCompiler

java.lang.Object
  extended by org.w3c.mwi.mobileok.basic.xslt.XSLTCompiler

public final class XSLTCompiler
extends java.lang.Object

Runs the Saxon XSLT Compiler over a set of input XSL stylesheets files to create precompiled SXX files in the same location.

The class is only used at compile time to precompile all the XSL stylesheets. See the build.xml ANT build file.

Note: XSL stylesheets are precompiled to increase the performances of the mobileOK Checker.

Version:
$Revision: 1.1 $
Author:
The W3C mobileOK Checker Task Force

Constructor Summary
private XSLTCompiler()
           
 
Method Summary
static void main(java.lang.String... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTCompiler

private XSLTCompiler()
Method Detail

main

public static void main(java.lang.String... args)
                 throws java.lang.Exception
Throws:
java.lang.Exception