| Package | Description | 
|---|---|
| net.windward.format.htm.parse | |
| net.windward.format.wordml | All classes for reading a WordML file (template) as well as the classes to create a WordML
report using the builder pattern. | 
| net.windward.xmlreport | The reporting-specific part of Windward Reports. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HtmlParseExceptionAn exception thrown when there is an error parsing a peice of HTML or CSS in the HtmlParser. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WordMLException | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ProcessReport. clean(java.io.InputStream template,
     java.io.OutputStream cleanedStream,
     int cleanedType,
     boolean removeUnused,
     int tagStyle,
     ProcessReport.CleanDatasource[] datasources,
     int paramMode,
     int templateVersion)Clean the requested template. | 
| static void | ProcessReport. clean(java.io.InputStream template,
     java.io.OutputStream cleanedStream,
     int cleanedType,
     boolean removeUnused,
     int tagStyle,
     ProcessReport.CleanDatasource[] datasources,
     int paramMode,
     int templateVersion,
     boolean fixExpressions)Clean the requested template. | 
| java.util.List<java.lang.String> | ProcessReportAPIBase. findPodsUsed()Find Pod's being used by a Document. | 
| java.util.List<java.lang.String> | ProcessReport. findPodsUsed()Find Pod's being used by a Document. | 
| static TemplateInfo | ProcessReport. getTemplateMetrics(java.io.InputStream file)Returns information about all vars, datasources, and tags referenced in the template. | 
| static TemplateInfo | ProcessReport. getTemplateMetrics(java.io.InputStream file,
                  boolean quiet)Returns information about all vars, datasources, and tags referenced in the template. | 
| static TemplateInfo | ProcessReport. getTemplateMetrics(java.io.InputStream file,
                  boolean quiet,
                  boolean ignoreTags) | 
| Document | ProcessReport. loadTemplate(java.io.InputStream file,
            int type,
            DocHeader hdr,
            DocBody parentDoc,
            boolean removeUnusedFormats,
            java.lang.String encoding,
            java.lang.String[] importStack)This is not part of the official API. | 
| static void | JoinReports. main(java.lang.String[] args)Join multiple files into a single PDF. | 
| void | ProcessReportAPIBase. process()Create a report from the input template & datasource(s), writing it to the output (report) stream. | 
| void | ProcessReport. process()Create a report from the input streams, writing it to the output (report) stream. | 
| void | ProcessHtml. process()Create a report from the input template and datasource(s) streams, writing it to the output (report) stream. | 
| long | ProcessReportAPIBase. processComplete()Process the final report and create the output. | 
| long | ProcessReport. processComplete()Process the final report and create the output. | 
| void | ProcessReportAPIBase. processData(DataSourceProvider data,
           java.lang.String datasource)Process a set of data for the report. | 
| void | ProcessReport. processData(DataSourceProvider datasourceProvider,
           java.lang.String datasourceName)Process a set of data for the report. | 
| void | ProcessReportAPIBase. processData(java.util.Map<java.lang.String,DataSourceProvider> dataProviders)Process multiple sets of data for the report. | 
| void | ProcessReport. processData(java.util.Map<java.lang.String,DataSourceProvider> dataProviders)Processes multiple sets of data for the report. | 
| void | ProcessReportAPIBase. processSetup()Process the template and get the report ready to process data files. | 
| void | ProcessReport. processSetup()Process the template and get the report ready to process data files. | 
| void | ProcessReportAPIBase. processSetup(int inputType)Process the template and get the report ready to process data files. | 
| void | ProcessReport. processSetup(int inputType)Process the template and get the report ready to process data files. | 
| void | ProcessReportAPIBase. updatePods(UdtUpdate[] udts)Update the UDTs. | 
| void | ProcessReport. updatePods(UdtUpdate[] pods)Update the Pods. | 
Copyright © 2017 Windward Reports - All Rights Reserved. We are java reporting software