org.activemath.presentation.xsl
Class XslManager

java.lang.Object
  extended by org.activemath.presentation.xsl.XslManager

public class XslManager
extends Object

XSLT Manager Singleton TODO: grow into the new XSLT Manager. Currently only bridges to old code.

Version:
$Revision: 1.6 $

Field Summary
protected static Logger log
           
 
Method Summary
static XslManager getInstance()
           
 Map getTransformationParameters()
           
 void transform(Source source, Result result, String xslFilename, Hashtable xsltParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Method Detail

getInstance

public static XslManager getInstance()

getTransformationParameters

public Map getTransformationParameters()
Returns:
a copy of the configured transformation parameters

transform

public void transform(Source source,
                      Result result,
                      String xslFilename,
                      Hashtable xsltParams)
               throws TransformerException
Throws:
TransformerException