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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
RuleSet
public RuleSet(String[] pIn,
String[] pOut,
String pQueryName)
throws TransformerException,
TransformerConfigurationException,
SAXException,
IOException
...