org.activemath.xsl
Class XSLTester

java.lang.Object
  extended by org.activemath.xsl.XSLTester

public class XSLTester
extends Object

Test class for testing XLST transformation speed.


Constructor Summary
XSLTester()
           
 
Method Summary
static void main(String[] args)
           
static void testTransformAM(String xmlFilename, String xslFilename, int n)
          Test using current ActiveMath infrastructure (JaxpProcessor)
static void testTransformTrax(String xmlFilename, String xslFilename, int n)
          Test using basic TraX calls (Template, Transformer)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTester

public XSLTester()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

testTransformTrax

public static void testTransformTrax(String xmlFilename,
                                     String xslFilename,
                                     int n)
                              throws Exception
Test using basic TraX calls (Template, Transformer)

Throws:
Exception

testTransformAM

public static void testTransformAM(String xmlFilename,
                                   String xslFilename,
                                   int n)
                            throws Exception
Test using current ActiveMath infrastructure (JaxpProcessor)

Throws:
Exception