| java.lang.Object net.firstpartners.nounit.report.AbstractReport
All known Subclasses: net.firstpartners.nounit.report.SimpleReport,
AbstractReport | abstract public class AbstractReport implements IReport(Code) | | Generate the report from the XML describing the Java. Provides Common functions
that can be re-used or overwritten
|
transformFile | protected void transformFile(File xmlFile, File xslFile, File outFile)(Code) | | Use the TraX interface to perform a transformation in the simplest manner possible
(Calls the main method of org.apache.xalan.xslt.Process - mimics calling the
transfromer from the command-line where the xslt has been tested)
Parameters: xmlFile - - the xml to transform Parameters: xslFile - - the stylesheet to apply Parameters: outFile - - tmp file , showing how to move tmp names to actual names |
|
|