fr.fluxmedia.transmorpher.Graph.Rules
Class DefAtt
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Graph.Rules.DefAtt
- All Implemented Interfaces:
- Rule
- public class DefAtt
- extends java.lang.Object
- implements Rule
Constructor Summary |
DefAtt(java.lang.String m,
java.lang.String v)
|
DefAtt(java.lang.String m,
java.lang.String v,
java.lang.String c)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
match
public java.lang.String match
value
public java.lang.String value
context
public java.lang.String context
DefAtt
public DefAtt(java.lang.String m,
java.lang.String v)
DefAtt
public DefAtt(java.lang.String m,
java.lang.String v,
java.lang.String c)
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
This is the only way for a default attribute rule to work
- 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...