A ReportTransformingReport that transforms a FormatChoiceReport. The latter's
format must be XML for the transformation to take place.
| Constructor and description |
|---|
FormatChoiceReportTransformingReport
(Project pProject, java.lang.String pName, java.lang.String pDisplayName, FormatChoiceReport pInput, java.lang.String pXslResource)Create a new FormatChoiceReportTransformingReport. |
| Type | Name and description |
|---|---|
boolean |
isEnabled() |
| Methods inherited from class | Name |
|---|---|
class ReportTransformingReport |
getInputFile, isEnabled |
class AbstractTransformingReport |
checkUpToDate, getInputFile, getXslFile, setXslFile, transform |
class DefaultDestinationReport |
getDestination, setDestination |
Create a new FormatChoiceReportTransformingReport.
pProject - The project for which the report will be produced.pName - The report's symbolic name.pDisplayName - The report's descriptive name.pInput - The report to transform the output of.pXslResource - The resource containing the default style sheet to apply if no XSL file
is specified.