|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.transformation.XslTransformer
public class XslTransformer
An implementation of Transformer that provides
XSLT transformations. The transform(String, Transformation[])
operation will apply the given XSLT files to the model
in the order which they are found.
| Constructor Summary | |
|---|---|
XslTransformer()
|
|
| Method Summary | |
|---|---|
java.io.InputStream |
transform(java.lang.String modelUri,
Transformation[] xsltTransformations)
Applies the given XSLT files to the model in the order in which they are found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XslTransformer()
| Method Detail |
|---|
public java.io.InputStream transform(java.lang.String modelUri,
Transformation[] xsltTransformations)
transform in interface TransformerxsltTransformations - the files to perform the transformation, in the order
they should be applied.
Transformer.transform(String, org.andromda.core.configuration.Transformation[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||