INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class RuleSet

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
              |
              +--fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
                    |
                    +--fr.fluxmedia.transmorpher.TProcessFactory.RuleSet
All Implemented Interfaces:
TProcess

public final class RuleSet
extends TTransformer

During the parse process an xsl file was generated to handle the define ruleset. So, the rule set process, is only a transformer


Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
iTransformerHandler, Op, XSLFile
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
iListIn, iListOut, iName, iNbIn, iNbOut
 
Constructor Summary
RuleSet(String[] pIn, String[] pOut, String pQueryName)
           
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
getTransformerHandler, internalCopy
 
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
 

Constructor Detail

RuleSet

public RuleSet(String[] pIn,
               String[] pOut,
               String pQueryName)
        throws TransformerException,
               TransformerConfigurationException,
               SAXException,
               IOException

INRIA & FluxMedia

...