INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph.Rules
Class XSLTTemplate

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.Graph.Rules.XSLTTemplate
All Implemented Interfaces:
Rule

public class XSLTTemplate
extends java.lang.Object
implements Rule


Field Summary
 java.lang.String content
           
 java.lang.String match
           
 java.lang.String mode
           
 
Constructor Summary
XSLTTemplate(java.lang.String m, java.lang.String md)
           
 
Method Summary
 void generateInsideXSLTCode(ReadWrite file)
          Prints the XSLT code inside a ModTag template
 void generateJavaCode(ReadWrite file)
          Prints the Java code for the execution of the rule
 void generateXML()
          Prints the XML expression of the rule
 void generateXSLTCode(ReadWrite file)
          Prints the XSLT template for the rule
 java.lang.String getContent()
           
 java.lang.String getMatch()
           
 java.lang.String getMode()
           
 void setContent(java.lang.String c)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

match

public java.lang.String match

mode

public java.lang.String mode

content

public java.lang.String content
Constructor Detail

XSLTTemplate

public XSLTTemplate(java.lang.String m,
                    java.lang.String md)
Method Detail

getMode

public java.lang.String getMode()

getMatch

public java.lang.String getMatch()

getContent

public java.lang.String getContent()

setContent

public void setContent(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
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

INRIA & FluxMedia

..no bottom yet...