org.activemath.presentation.xsl
Class XslManager
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static Logger log
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