fr.fluxmedia.transmorpher.Graph.Rules
Class RESubst
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Graph.Rules.RESubst
- All Implemented Interfaces:
- Rule
- public class RESubst
- extends Object
- implements Rule
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
match
public String match
context
public String context
source
public String source
target
public String target
apply
public String apply
RESubst
public RESubst(String m,
String s,
String t)
RESubst
public RESubst(String m,
String c,
String s,
String t,
String a)
generateXML
public void generateXML()
- Prints the XML expression of the rule
- Specified by:
generateXML
in interface Rule
generateXSLTCode
public void generateXSLTCode(ReadWrite file)
- Description copied from interface:
Rule
- Prints the XSLT template for the rule
- Specified by:
generateXSLTCode
in interface Rule
generateInsideXSLTCode
public void generateInsideXSLTCode(ReadWrite file)
- Prints the XSLT code inside a ModTag template
- Specified by:
generateInsideXSLTCode
in interface Rule
generateJavaCode
public void generateJavaCode(ReadWrite file)
- Prints the Java code for the execution of the rule
- Specified by:
generateJavaCode
in interface Rule
..no bottom yet...