org.activemath.xsl
Class XSLTester
java.lang.Object
org.activemath.xsl.XSLTester
public class XSLTester
- extends Object
Test class for testing XLST transformation speed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTester
public XSLTester()
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