| java.lang.Object org.andromda.maven.site.XslTransformer
XslTransformer | public class XslTransformer (Code) | | Used to perform the transformation of XSL documents
within the site plugin.
author: Chad Brandon |
Method Summary | |
public void | transform(String xmlDocument, String transformation, String outputLocation) Applies the given XSLT files to the model in the order in which they are found. |
transform | public void transform(String xmlDocument, String transformation, String outputLocation)(Code) | | Applies the given XSLT files to the model in the order in which they are found.
|
|
|