com.infoengine.xml
Class XSL
java.lang.Object
com.infoengine.xml.XSL
- public class XSL
- extends Object
This class is currently not thread-safe. It is single-threaded by
implementation (each instance holds and re-uses an XMLSourceFactory
throughout its lifespan) -- which could easily be addressed.
Constructor Summary |
XSL()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
static boolean debug
factory
private XMLSourceFactory factory
XSL
public XSL()
getTransform
public XSLTransform getTransform(XMLSource xmlSource,
Stylesheet stylesheet,
Enumeration params,
String styleBaseURI)
throws Exception
- Constructs an XSLTransform object from the given arguments
as well as any parameters passed by passParameters.
- Throws:
Exception
collectParameters
private static Hashtable collectParameters(Enumeration params)
throws Exception
- Throws:
Exception