INRIA & FluxMedia

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

This class allow to build a Transformer process

Since:
jdk 1.2 / SAX 2.0
See Also:
XML_Port

Field Summary
(package private)  TransformerHandler iTransformerHandler
          The transformer
(package private) static Properties Op
          the properties for all transformer
(package private)  String XSLFile
          The XslFile, it's the parameter of the transformation
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
iListIn, iListOut, iName, iNbIn, iNbOut
 
Constructor Summary
TTransformer(String[] pIn, String[] pOut, String XSLName)
          The instance constructor
 
Method Summary
 TransformerHandler getTransformerHandler()
          get The Transformer Handler
 TProcess internalCopy()
          Copy the transfomer.
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
Copy, getIn, getIn, getName, getOut, getOut, setIn, setName, setOut
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TTransformer

public TTransformer(String[] pIn,
                    String[] pOut,
                    String XSLName)
             throws TransformerException,
                    TransformerConfigurationException,
                    SAXException,
                    IOException
The instance constructor
Throws:
TransformerException -  
TransformerConfigurationException -  
SAXException -  
IOException -  
Method Detail

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

INRIA & FluxMedia

...