fr.fluxmedia.transmorpher.TProcessFactory
Class TTransformer
java.lang.Object
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
- All Implemented Interfaces:
- TProcess
- Direct Known Subclasses:
- RuleSet
- public class TTransformer
- extends TProcessBasic
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
iTransformerHandler
TransformerHandler iTransformerHandler
- The transformer
XSLFile
String XSLFile
- The XslFile, it's the parameter of the transformation
Op
static Properties Op
- the properties for all transformer
TTransformer
public TTransformer(String[] pIn,
String[] pOut,
String XSLName)
throws TransformerException,
TransformerConfigurationException,
SAXException,
IOException
- The instance constructor
- Throws:
TransformerException
- TransformerConfigurationException
- SAXException
- IOException
-
getTransformerHandler
public final TransformerHandler getTransformerHandler()
- get The Transformer Handler
internalCopy
public final TProcess internalCopy()
- Copy the transfomer. The method is called by theCopy method
of the TProcess_impl class
- Overrides:
internalCopy
in class TProcess_Impl
...