fr.fluxmedia.transmorpher.graph.rules
Class Flatten
java.lang.Object
|
+--fr.fluxmedia.transmorpher.graph.rules.Flatten
- All Implemented Interfaces:
- Rule
- public class Flatten
- extends java.lang.Object
- implements Rule
Transmorpher graph rule node interface
- Since:
- jdk 1.3 / SAX 2.0
- Author:
- Jerome.Euzenat@inrialpes.fr
Field Summary |
java.lang.String |
match
Description of the Field |
Constructor Summary |
Flatten()
Constructor for the Flatten object |
Flatten(java.lang.String m)
Constructor for the Flatten object |
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
- Description of the Field
Flatten
public Flatten()
- Constructor for the Flatten object
Flatten
public Flatten(java.lang.String m)
- Constructor for the Flatten object
- Parameters:
m
- Description of the Parameter
setMatch
public void setMatch(java.lang.String match)
- Sets the match attribute of the Flatten object
- Parameters:
match
- The new match value
getMatch
public java.lang.String getMatch()
- Gets the match attribute of the Flatten object
- Returns:
- The match value
generateXML
public void generateXML()
- Prints the XML expression of the rule
- Specified by:
generateXML
in interface Rule
generateXSLTCode
public void generateXSLTCode(Writer file)
throws java.io.IOException
- Description of the Method
- Specified by:
generateXSLTCode
in interface Rule
- Parameters:
file
- Description of the Parameter- Throws:
java.io.IOException
- Description of the Exception
generateInsideXSLTCode
public void generateInsideXSLTCode(Writer file)
throws TMException
- Prints the XSLT code inside a ModTag template
- Specified by:
generateInsideXSLTCode
in interface Rule
- Parameters:
file
- Description of the Parameter- Throws:
TMException
- Description of the Exception
..no bottom yet...