|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.graph.rules.Namespace
Transmorpher graph namespace interface
Field Summary | |
java.lang.String |
name
Description of the Field |
java.lang.String |
uri
Description of the Field |
Constructor Summary | |
Namespace()
Constructor for the Namespace object |
|
Namespace(java.lang.String n,
java.lang.String v)
Constructor for the Namespace 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 |
getName()
Gets the name attribute of the Namespace object |
java.lang.String |
getURI()
Gets the uRI attribute of the Namespace object |
void |
setName(java.lang.String name)
Sets the name attribute of the Namespace object |
void |
setURI(java.lang.String uri)
Sets the uRI attribute of the Namespace object |
Methods inherited from class java.lang.Object |
|
Field Detail |
public java.lang.String name
public java.lang.String uri
Constructor Detail |
public Namespace()
public Namespace(java.lang.String n, java.lang.String v)
n
- Description of the Parameterv
- Description of the ParameterMethod Detail |
public void setName(java.lang.String name)
name
- The new name valuepublic java.lang.String getName()
public void setURI(java.lang.String uri)
uri
- The new uRI valuepublic java.lang.String getURI()
public void generateXML()
generateXML
in interface Rule
public void generateXSLTCode(Writer file) throws java.io.IOException
generateXSLTCode
in interface Rule
file
- Description of the Parameterjava.io.IOException
- Description of the Exceptionpublic void generateInsideXSLTCode(Writer file)
generateInsideXSLTCode
in interface Rule
file
- Description of the Parameter
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |