Package com.xmlmind.w2x.processor
Class XSLTCache
- java.lang.Object
-
- com.xmlmind.w2x.processor.XSLTCache
-
public final class XSLTCache extends Object
The global cache of the XSLT stylesheets used by "Paste From Word".This class is thread-safe.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclear()static TransformernewTransformer(URL transformURL, Console console)
-
-
-
Method Detail
-
newTransformer
public static Transformer newTransformer(URL transformURL, Console console) throws Exception
- Throws:
Exception
-
clear
public static void clear()
-
-