|
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.XSLTTemplate
public class XSLTTemplate
Transmorpher graph XSLT Template node
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, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String match
public java.lang.String mode
public java.lang.String content
Constructor Detail |
---|
public XSLTTemplate()
public XSLTTemplate(java.lang.String m, java.lang.String md)
m
- Description of the Parametermd
- Description of the ParameterMethod Detail |
---|
public void setMode(java.lang.String mode)
mode
- The new mode valuepublic java.lang.String getMode()
public void setMatch(java.lang.String match)
match
- The new match valuepublic java.lang.String getMatch()
public java.lang.String getContent()
public void setContent(java.lang.String c)
c
- The new content valuepublic void generateXML()
generateXML
in interface Rule
public void generateXSLTCode(Writer file)
generateXSLTCode
in interface Rule
file
- Description of the Parameterpublic void generateInsideXSLTCode(Writer file)
generateInsideXSLTCode
in interface Rule
file
- Description of the Parameter
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |