INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TApplyRuleset

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
              |
              +--fr.fluxmedia.transmorpher.TProcessFactory.TTransformation
                    |
                    +--fr.fluxmedia.transmorpher.TProcessFactory.TApplyRuleset
All Implemented Interfaces:
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.TProcessFactory.TTransformation
TTransformation.MapEntry
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TTransformation
cache, fileName, In, iTransformerHandler, Op, Out, templates
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
type
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
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.TProcessFactory.TTransformation
bindParameters, generatePort, getFile, getTransformer, getTransformerHandler, initTransformer, reset, setOutputProperties
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
getType, setType
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameterNames, getParameters, 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...