|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.fluxmedia.transmorpher.graph.rules.Flatten
public class Flatten
Transmorpher graph rule node interface
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 |
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 |
getMatch()
Gets the match attribute of the Flatten object |
void |
setMatch(java.lang.String match)
Sets the match attribute of the Flatten object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String match
Constructor Detail |
---|
public Flatten()
public Flatten(java.lang.String m)
m
- Description of the ParameterMethod Detail |
---|
public void setMatch(java.lang.String match)
match
- The new match valuepublic java.lang.String getMatch()
public void generateXML()
generateXML
in interface Rule
public void generateXSLTCode(Writer file) throws java.io.IOException
generateXSLTCode
in interface Rule
file
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic void generateInsideXSLTCode(Writer file) throws TMException
generateInsideXSLTCode
in interface Rule
file
- Description of the Parameter
TMException
- Description of the Exception
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |