INRIA & FluxMedia

fr.fluxmedia.transmorpher.engine
Class TApplyRuleset

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.engine.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.engine.TProcessBasic
              |
              +--fr.fluxmedia.transmorpher.engine.TTransformation
                    |
                    +--fr.fluxmedia.transmorpher.engine.TApplyRuleset
All Implemented Interfaces:
java.lang.Runnable, TProcess

public final class TApplyRuleset
extends TTransformation

The function just have to behave like the built-in TTransformation


Inner classes inherited from class fr.fluxmedia.transmorpher.engine.TTransformation
TTransformation.MapEntry
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TTransformation
cache, fileName, In, iTransformerHandler, Op, Out, templates
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcessBasic
isThread, procThread, type
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl
debug, id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut
 
Constructor Summary
TApplyRuleset(java.lang.String[] pIn, java.lang.String[] pOut, Parameters pParam, StringParameters staticParams)
           
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TTransformation
bindParameters, generatePort, getFile, getTransformer, getTransformerHandler, initTransformer, reset, setOutputProperties
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcessBasic
execProcess, getType, run, setThread, setType
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl
getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameterNames, getParameters, setDebug, setFatherName, setId, setIn, setName, setOut, setParameter, setParameters
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

TApplyRuleset

public TApplyRuleset(java.lang.String[] pIn,
                     java.lang.String[] pOut,
                     Parameters pParam,
                     StringParameters staticParams)
              throws javax.xml.transform.TransformerException,
                     javax.xml.transform.TransformerConfigurationException,
                     org.xml.sax.SAXException,
                     java.io.IOException

INRIA & FluxMedia

..no bottom yet...