public class XslTransformer extends Object implements Transformer
transform(String, Transformation[])
operation will apply the given XSLT files to the model
in the order which they are found.Modifier and Type | Class and Description |
---|---|
(package private) static class |
XslTransformer.TransformerURIResolver
Provides the URI resolving capabilities for the
XslTransformer |
Constructor and Description |
---|
XslTransformer() |
Modifier and Type | Method and Description |
---|---|
InputStream |
transform(String modelUri,
Transformation[] xsltTransformations)
Applies the given XSLT files to the model in the order in which they are found.
|
public XslTransformer()
public InputStream transform(String modelUri, Transformation[] xsltTransformations)
transform
in interface Transformer
modelUri
- the URI to the model be transform.xsltTransformations
- the files to perform the transformation, in the order
they should be applied.Transformer.transform(String, org.andromda.core.configuration.Transformation[])
Copyright © 2003–2014 AndroMDA.org. All rights reserved.