|
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.DefAtt
public class DefAtt
Transmorpher default attribute rule
Field Summary | |
---|---|
java.lang.String |
context
Description of the Field |
java.lang.String |
match
Description of the Field |
java.lang.String |
value
Description of the Field |
Constructor Summary | |
---|---|
DefAtt()
Constructor for the DefAtt object |
|
DefAtt(java.lang.String m,
java.lang.String v)
Constructor for the DefAtt object |
|
DefAtt(java.lang.String m,
java.lang.String v,
java.lang.String c)
Constructor for the DefAtt object |
Method Summary | |
---|---|
void |
generateInsideXSLTCode(Writer file)
Prints the XSLT code inside a ModTag template This is the only way for a default attribute rule to work |
void |
generateXML()
Prints the XML expression of the rule |
void |
generateXSLTCode(Writer file)
Description of the Method |
java.lang.String |
getContext()
Gets the context attribute of the DefAtt object |
java.lang.String |
getMatch()
Gets the match attribute of the DefAtt object |
java.lang.String |
getValue()
Gets the value attribute of the DefAtt object |
void |
setContext(java.lang.String context)
Sets the context attribute of the DefAtt object |
void |
setMatch(java.lang.String match)
Sets the match attribute of the DefAtt object |
void |
setValue(java.lang.String value)
Sets the value attribute of the DefAtt 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 value
public java.lang.String context
Constructor Detail |
---|
public DefAtt()
public DefAtt(java.lang.String m, java.lang.String v)
m
- Description of the Parameterv
- Description of the Parameterpublic DefAtt(java.lang.String m, java.lang.String v, java.lang.String c)
m
- Description of the Parameterv
- Description of the Parameterc
- Description of the ParameterMethod Detail |
---|
public void setMatch(java.lang.String match)
match
- The new match valuepublic java.lang.String getMatch()
public java.lang.String getContext()
public void setContext(java.lang.String context)
context
- The new context valuepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The new value valuepublic 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 java.io.IOException
generateInsideXSLTCode
in interface Rule
file
- Description of the Parameter
java.io.IOException
- Description of the Exception
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |