INRIA & FluxMedia

Uses of Class
fr.fluxmedia.transmorpher.engine.TProcess_Impl

Packages that use TProcess_Impl
fr.fluxmedia.tmcontrib.external   
fr.fluxmedia.tmcontrib.generator   
fr.fluxmedia.tmcontrib.serializer   
fr.fluxmedia.transmorpher.engine   
fr.fluxmedia.transmorpher.stdlib   
 

Uses of TProcess_Impl in fr.fluxmedia.tmcontrib.external
 

Subclasses of TProcess_Impl in fr.fluxmedia.tmcontrib.external
 class Log
          The main goal of this class is debugging.
 class SQLExternal
           
 

Uses of TProcess_Impl in fr.fluxmedia.tmcontrib.generator
 

Subclasses of TProcess_Impl in fr.fluxmedia.tmcontrib.generator
 class ReadCSV
          Read a CSV (comma separated value) file which coordinates (local path or URL) are given in the file parameter of the generate call, parse it, process it through CSVXMLReader and generate a SAX event flow to the next handler
 class ReadCVSLog
          Description of the Class
 class readvcs
          Read a vcal or vcard (specify by the type parameter) file which coordinates (local path or URL) are given in the file parameter of the generate call, parse it, process it through vcsReader and generate a SAX event flow to the next handler
 class tidy
          read a HTML file which coordinates (local path or URL) is give in the file parameter of the generate call, parse it, process it through TIDY and generate a SAX event flow to the next handler
 

Uses of TProcess_Impl in fr.fluxmedia.tmcontrib.serializer
 

Subclasses of TProcess_Impl in fr.fluxmedia.tmcontrib.serializer
 class PDFSerializer
          This class allows transmorpher to produce pdf or ps.
 class RTFSerializer
          This class allows transmorpher to produce pdf or ps.
 class SVGSerializer
          This class allows transmorpher to produce jpeg from svg file
 class writevcs
          This class allows transmorpher to produce vcard of vcal files To use this serializer, transmorpher has to know it.
 

Uses of TProcess_Impl in fr.fluxmedia.transmorpher.engine
 

Subclasses of TProcess_Impl in fr.fluxmedia.transmorpher.engine
 class TApplyProcess
           
 class TApplyRuleset
          The function just have to behave like the built-in TTransformation
 class TDispatcher
          this class define the dispatcher process.
 class TLoop
          This class represents a repeat process.
 class TMain
           
 class TMerger
          This class based on the TProcessBasic allow to define a Connector.
 class TProcessBasic
           
 class TProcessComponent
           
 class TProcessComposite
           
 class TReader
          This class provide a basic process which is able to read an XML file
 class TSerializer
          This class offer a serializer mechanisme.
 class TServlet
           
 class TTransformation
          During the parse process an xsl file was generated to handle the define external.
 

Uses of TProcess_Impl in fr.fluxmedia.transmorpher.stdlib
 

Subclasses of TProcess_Impl in fr.fluxmedia.transmorpher.stdlib
 class Broadcast
           
 class Concat
           
 class ReadFile
          This class provide a basic process which is able to read an XML file reads a file which coordinates (local path or URL) is give in the file parameter of the generate call, parse it and generate a SAX event flow to the next handler
 class StdOut
          Description of the Class
 class TestingDispatcher
          This is a simple dispatcher with test.
 class TMQuery
          The function just have to behave like the built-inTTransformation
 class Wrap
           
 class WriteFile
          This class offer a serializer mechanisme.
 class XSLT
          The function just have to behave like the built-inTTransformation
 


INRIA & FluxMedia

..no bottom yet...