INRIA & FluxMedia

fr.fluxmedia.transmorpher.engine
Class TApplyRuleset

java.lang.Object
  extended by fr.fluxmedia.transmorpher.engine.TProcess_Impl
      extended by fr.fluxmedia.transmorpher.engine.TProcessBasic
          extended by fr.fluxmedia.transmorpher.engine.TTransformation
              extended by fr.fluxmedia.transmorpher.engine.TApplyRuleset
All Implemented Interfaces:
TProcess, java.lang.Runnable

public final class TApplyRuleset
extends TTransformation

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


Nested Class Summary
 
Nested classes/interfaces inherited from class fr.fluxmedia.transmorpher.engine.TTransformation
TTransformation.MapEntry
 
Field Summary
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TTransformation
fileName, In, iTransformerHandler, Op, Out, templates, tfactory
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcessBasic
finished, isThread, param, 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)
           
 
Method Summary
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TTransformation
bindParameters, generatePort, getFile, getTransformer, getTransformerFactory, getTransformerHandler, initParameters, initTransformer, reset, setOutputProperties
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcessBasic
execProcess, getFinished, getType, run, setFinished, 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, 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
Throws:
javax.xml.transform.TransformerException
javax.xml.transform.TransformerConfigurationException
org.xml.sax.SAXException
java.io.IOException

INRIA & FluxMedia

..no bottom yet...