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

Transmorpher graph XSLT Template node

Since:
jdk 1.3 / SAX 2.0
Author:
Jerome.Euzenat@inrialpes.fr

Field Summary
 java.lang.String content
          Description of the Field
 java.lang.String match
          Description of the Field
 java.lang.String mode
          Description of the Field
 
Constructor Summary
XSLTTemplate()
          Constructor for the XSLTTemplate object
XSLTTemplate(java.lang.String m, java.lang.String md)
          Constructor for the XSLTTemplate object
 
Method Summary
 void generateInsideXSLTCode(Writer file)
          Prints the XSLT code inside a ModTag template
 void generateXML()
          Prints the XML expression of the rule
 void generateXSLTCode(Writer file)
          Description of the Method
 java.lang.String getContent()
          Gets the content attribute of the XSLTTemplate object
 java.lang.String getMatch()
          Gets the match attribute of the XSLTTemplate object
 java.lang.String getMode()
          Gets the mode attribute of the XSLTTemplate object
 void setContent(java.lang.String c)
          Sets the content attribute of the XSLTTemplate object
 void setMatch(java.lang.String match)
          Sets the match attribute of the XSLTTemplate object
 void setMode(java.lang.String mode)
          Sets the mode attribute of the XSLTTemplate object
 
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
Description of the Field

mode

public java.lang.String mode
Description of the Field

content

public java.lang.String content
Description of the Field
Constructor Detail

XSLTTemplate

public XSLTTemplate()
Constructor for the XSLTTemplate object

XSLTTemplate

public XSLTTemplate(java.lang.String m,
                    java.lang.String md)
Constructor for the XSLTTemplate object
Parameters:
m - Description of the Parameter
md - Description of the Parameter
Method Detail

setMode

public void setMode(java.lang.String mode)
Sets the mode attribute of the XSLTTemplate object
Parameters:
mode - The new mode value

getMode

public java.lang.String getMode()
Gets the mode attribute of the XSLTTemplate object
Returns:
The mode value

setMatch

public void setMatch(java.lang.String match)
Sets the match attribute of the XSLTTemplate object
Parameters:
match - The new match value

getMatch

public java.lang.String getMatch()
Gets the match attribute of the XSLTTemplate object
Returns:
The match value

getContent

public java.lang.String getContent()
Gets the content attribute of the XSLTTemplate object
Returns:
The content value

setContent

public void setContent(java.lang.String c)
Sets the content attribute of the XSLTTemplate object
Parameters:
c - The new content value

generateXML

public void generateXML()
Prints the XML expression of the rule
Specified by:
generateXML in interface Rule

generateXSLTCode

public void generateXSLTCode(Writer file)
Description of the Method
Specified by:
generateXSLTCode in interface Rule
Parameters:
file - Description of the Parameter

generateInsideXSLTCode

public void generateInsideXSLTCode(Writer file)
Prints the XSLT code inside a ModTag template
Specified by:
generateInsideXSLTCode in interface Rule
Parameters:
file - Description of the Parameter

INRIA & FluxMedia

..no bottom yet...