Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X _ 

A

abort() - Method in class net.windward.xmlreport.ProcessReport
Call to abort the report processing.
ABORT - Static variable in exception net.windward.xmlreport.TimeoutException
the process was aborted
AbstractDataSource - Class in net.windward.datasource.abstract_datasource
This class is designed to make future data sources easier to implement and more robust.
AbstractDataSource() - Constructor for class net.windward.datasource.abstract_datasource.AbstractDataSource
Create the datasource object.
AbstractDataSourceIterator - Class in net.windward.datasource.abstract_datasource
This iterates through the nodes that match a <wr:forEach tag.
AbstractDataSourceIterator(AbstractDataSource, ForEachTag, DataSourceNode[], IDataSourceResultSet) - Constructor for class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Create the iterator.
AbstractDataSourceNode - Class in net.windward.datasource.abstract_datasource
This represents a node in the datasource.
AbstractDataSourceNode(AbstractDataSource) - Constructor for class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
addImageName(HtmlImage) - Method in class net.windward.xmlreport.ProcessHtml
Set a single image name.
addImageName(HtmlImage) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Set a single image name.
addImageNames(ArrayList) - Method in class net.windward.xmlreport.ProcessHtml
Set several image names.
addImageNames(ArrayList) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Set several image names.
addImportInfo(List) - Method in class net.windward.xmlreport.ProcessReport
This is not part of the public API - do not use.
addQuery(QueryTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
addQuery(QueryTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Called for a query tag.
addSelectListener(JdbcSelectListener) - Method in class net.windward.datasource.jdbc.JdbcDataSource
Adds a select Listener which is notified whenever a select has been executed.
addSelectListener(JdbcSelectListener) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
Adds a select Listener which is notified whenever a select has been executed.
addSet(SetTag, DataSourceNode[], Locale, IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
Adds the set tag value to the usermap.
addSet(SetTag, DataSourceNode[], Locale, IMacroState) - Method in interface net.windward.datasource.DataSourceNode
Called for a set tag.
addSwitch(SwitchTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
addSwitch(SwitchTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Called for a switch tag.
adjustFontName(DocHeader, String) - Method in class net.windward.xmlreport.ProcessReport
Return the font name.
adjustFontSize(int) - Method in class net.windward.xmlreport.ProcessReport
Return the font size.
adjustFontSize(int) - Method in class net.windward.xmlreport.ProcessTxt
Return the font size.
ALLOW_ALL - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Allow everything.
ALLOW_ASSEMBLY - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Allow assembly of the pdf report.
ALLOW_COPY - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Allow copy (cut & paste) of the pdf report.
ALLOW_DEGRADED_PRINTING - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Allow degraded printing of the pdf report.
ALLOW_FILL_IN - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Allow fill-in of the pdf report.
ALLOW_MOD_ANNOTATIONS - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Allow modifications of annotations in the pdf report.
ALLOW_MOD_CONTENTS - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Allow modification of contents in the pdf report.
ALLOW_NONE - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Allow nothing.
ALLOW_PRINTING - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Allow printing the pdf report.
ALLOW_SCREEN_READERS - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Allow screen capture of the pdf report.
AlreadyProcessedException - Exception in net.windward.xmlreport
If ProcessReport.process is called twice on the same object, this exception will be thrown on the second+ calls.
AlreadyProcessedException(int) - Constructor for exception net.windward.xmlreport.AlreadyProcessedException
 
AlreadyProcessedException(String, int) - Constructor for exception net.windward.xmlreport.AlreadyProcessedException
 
ANCHOR_NOT_FOUND - Static variable in exception net.windward.tags.TagException
A chart could not find the matching forEach tag with the anchor variable.
applyFormatConditionCodeToElement(String, OutTag, XsnvProcessFormatState, Object) - Method in class net.windward.xmlreport.xsnv.conditionalformatter.ProcessConditionalFormat
 
approveDenyModifySelect(BaseTag) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Verifys that a tag select is approved by a user defined callback Or denies by throwing a DatasourceException or modifies the select
approveDenyModifySelect(BaseTag) - Method in interface net.windward.datasource.DataSourceProvider
Verifys that a tag select is approved by a user defined callback Or denies by throwing a DatasourceException or modifies the select Called in XmlSubNodeVisitor when tag is validated
approveDenyModifySelect(BaseTag) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Verifys that a tag select is approved by a user defined callback Or denies by throwing a DatasourceException or modifies the select
approveDenyModifySelect(BaseTag) - Method in class net.windward.datasource.jdbc.JdbcDataSource
Verifys that a tag select is approved by a user defined callback Or denies by throwing a DatasourceException or modifies the select
AssertException - Exception in net.windward.util
This replaces the assert call until we can require jdk 1.4.
AssertException() - Constructor for exception net.windward.util.AssertException
Constructs a new runtime exception with null as its detail message.

B

BAD_BITMAP - Static variable in exception net.windward.tags.TagException
The cdata bitmap is bad.
BAD_DATE - Static variable in exception net.windward.util.LicenseException
Has a non-sensical expiration date.
BAD_FILE - Static variable in exception net.windward.tags.TagException
The specified file's contents were bad.
BAD_HTML - Static variable in exception net.windward.tags.TagException
Parse error on html data.
BAD_KEY - Static variable in exception net.windward.util.LicenseException
The username & password do not match.
BAD_XML - Static variable in exception net.windward.util.LicenseException
The xml in the license file was malformed.
BadElementException - Exception in net.windward.format.pdf.output
Signals an attempt to create an Element that hasn't got the right form.
BadElementException(Exception) - Constructor for exception net.windward.format.pdf.output.BadElementException
Constructs a BadElementException
BadElementException(String) - Constructor for exception net.windward.format.pdf.output.BadElementException
Constructs a BadElementException with a message.
BadPasswordException - Exception in net.windward.format.pdf.output.exceptions
Typed exception used when opening an existing PDF document.
BadPasswordException(String) - Constructor for exception net.windward.format.pdf.output.exceptions.BadPasswordException
Creates an exception saying the user password was incorrect.
BadPdfFormatException - Exception in net.windward.format.pdf.output.pdf
Signals that a bad PDF format has been used to construct a PdfObject.
batchNext(OutputStream) - Method in class net.windward.xmlreport.ProcessReport
Generates the next document in the batch and returns the results of that document.
batchNext(OutputStream) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Generates the next document in the batch and returns the results of that document.
batchSetup(Map<String, DataSourceProvider>, String, Map<String, String>) - Method in class net.windward.xmlreport.ProcessReport
Prepares the object to run batch reports.
batchSetup(Map<String, DataSourceProvider>, String, Map<String, String>) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Prepares the object to run batch reports.
BITMAP_BMP - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a bmp/dib file.
BITMAP_EMF - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a emf file.
BITMAP_EMZ - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a compressed emf file.
BITMAP_GIF - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a gif file.
BITMAP_JPG - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a jpeg file.
BITMAP_PNG - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a png file.
BITMAP_TIF - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a tiff file.
BITMAP_UNKNOWN - Static variable in class net.windward.format.htm.HtmlImage
Do not know the bitmap type.
BITMAP_WMF - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a wmf file.
BITMAP_WMZ - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a compressed wmf file.
buildSchema(OutputStream) - Method in class net.windward.xmlreport.ProcessReport
Generates a UDT schema XML files based on the tags in the template.
buildSchema(OutputStream) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Generates a UDT schema XML files based on the tags in the template.

C

CHARSET_DEFAULT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Set the charset based on Windward Report's internal rules.
CHARSET_RTF - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Set the charset to the default in the template rtf file.
CHARSET_UNICODE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Set the charset to unicode.
CHART_DATASET_ERROR - Static variable in exception net.windward.env.DataSourceException
 
CHART_INVALID_SCHEMA - Static variable in exception net.windward.env.DataSourceException
 
CHART_MISMATCHED_GRAPHS - Static variable in exception net.windward.env.DataSourceException
 
CHART_NULL_DATA_ITEM - Static variable in exception net.windward.env.DataSourceException
 
CHART_PROVIDER_NOT_LOADED - Static variable in exception net.windward.tags.TagException
The tag attempted to access a ChartProvider member on a null ChartProvider instance.
CHART_TAG_ERROR - Static variable in exception net.windward.env.DataSourceException
 
CHART_TYPE_NOT_IN_CHARTML - Static variable in exception net.windward.tags.TagException
The tag specified a graph-type attribute that was not found in the chartml.
ChartDataImpl - Class in net.windward.datasource
Uses existing DataSource calls to handle chart data requests.
ChartDataImpl(DataSourceNode, ChartTag, DataSourceNode[], Locale) - Constructor for class net.windward.datasource.ChartDataImpl
Returns a set of data used to create a chart.
CheckJdbc - Class in net.windward.tools
Provides a means to check JDBC parameters to use when connecting to a database.
CheckJdbc() - Constructor for class net.windward.tools.CheckJdbc
 
checkTimeout() - Method in class net.windward.xmlreport.ProcessReport
This is NOT part of the public API.
clean(InputStream, OutputStream, int, boolean, int, ProcessReport.CleanDatasource[], int, int) - Static method in class net.windward.xmlreport.ProcessReport
Clean the requested template.
clean(InputStream, OutputStream, int, boolean, int, ProcessReport.CleanDatasource[], int, int, boolean) - Static method in class net.windward.xmlreport.ProcessReport
Clean the requested template.
CleanDatasource(int, String, boolean) - Constructor for class net.windward.xmlreport.ProcessReport.CleanDatasource
Create the object.
cleanSelects(ProcessReport.CleanDatasource[], int) - Method in class net.windward.xmlreport.ProcessReport
This is not part of the official API - do not use this.
cleanSelects(ProcessReport.CleanDatasource[], int, boolean) - Method in class net.windward.xmlreport.ProcessReport
This is not part of the official API - do not use this.
CleanTemplates - Class in net.windward.tools
Clean the selected templates.
CleanTemplates() - Constructor for class net.windward.tools.CleanTemplates
 
close() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Clean up resources.
close() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
We are done with this iterator.
close() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
close() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultSet
 
close() - Method in interface net.windward.datasource.DataSourceIterator
We are done with this iterator.
close() - Method in interface net.windward.datasource.DataSourceNode
We are done with this node.
close() - Method in interface net.windward.datasource.DataSourceProvider
Called when processing is complete.
close() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Called when processing is complete.
close() - Method in class net.windward.datasource.jdbc.JdbcDataSource
Called when processing is complete.
close() - Method in class net.windward.datasource.jdbc.JdbcDataSource.JdbcNode
We are done with this node.
close() - Method in class net.windward.datasource.jdbc.JdbcResultSet
 
close() - Method in class net.windward.datasource.json.JsonDataSource
 
close() - Method in class net.windward.datasource.json.JsonDataSource.JsonDataNode
 
close() - Method in class net.windward.datasource.json.JsonResultSet
 
close() - Method in class net.windward.xmlreport.ProcessReport
Call when you are done with this object, including done with the OutputStream returned by getReport if that stream was created by ProcessReport.
close() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Call when you are done with this object, including done with the OutputStream returned by getReport if that stream was created by ProcessReport.
closeConnection() - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
Close the connection.
combineQueryForDataSet(String, String, String) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
 
combineQueryForDataSet(String, String, String) - Method in class net.windward.datasource.jdbc.JdbcDataSource
 
combineQueryForDataSet(String, String, String) - Method in class net.windward.datasource.json.JsonDataSource
 
COMP_FAST - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Fast compression.
COMP_MAX - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Maximum compression.
COMP_NONE - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
No compression.
compare(Integer, Integer) - Method in class net.windward.datasource.json.JsonDataSource.SortingComparer
 
compare(Date, Date) - Method in class net.windward.datasource.json.JsonDataSource.SortingComparer
 
compare(Double, Double) - Method in class net.windward.datasource.json.JsonDataSource.SortingComparer
 
compare(String, String) - Method in class net.windward.datasource.json.JsonDataSource.SortingComparer
 
compare(Object, Object) - Method in class net.windward.datasource.json.JsonDataSource.SortingComparer
 
COMPLETE_ALREADY_CALLED - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You need to call processComplete exactly once.
COMPLETE_NOT_CALLED - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You need to call processComplete first.
ConditionalFormatException - Exception in net.windward.xmlreport.xsnv.conditionalformatter
 
ConditionalFormatException(String) - Constructor for exception net.windward.xmlreport.xsnv.conditionalformatter.ConditionalFormatException
 
convertSelect(DataSourceNode, String, String, DataSourceNode[], String, Locale) - Static method in class net.windward.datasource.ChartDataImpl
Processes a select for a scalar result.
convertToDataClass(String, Object) - Method in class net.windward.datasource.json.JsonResultRow
 
convertToInputStream(Object) - Static method in class net.windward.datasource.DataSourceBase
Used for cases where an evaluate can return a byte[] or other object and the engine needs the data as an InputStream.
COPY_METADATA_ALWAYS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Always copy the windward metadata to the output report.
COPY_METADATA_IF_NO_DATASOURCE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Copy the windward metadata to the output report if no datasources were applied to the report.
COPY_METADATA_NEVER - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Never copy the windward metadata to the output report.
createJsonResultSet(List, List, String, String) - Method in class net.windward.datasource.json.JsonQueryHelper
 
createJsonResultSet(List<<any>>, String, String) - Method in class net.windward.datasource.json.JsonQueryHelper
 
createSAXReader() - Static method in class net.windward.datasource.dom4j.Dom4jDataSource
Create a SAXReader set to disallow XXE aattacks.
CSS_EXISTS - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Assume they have the css file already.
CSS_INCLUDE - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Put the css contents in the output (html) file.
CSS_NO - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
No css.
CSS_SEPARATE - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Put the css contents in the css stream.

D

DAILY_LIMIT - Static variable in exception net.windward.util.LicenseException
Went over the daily limit of 500 reports.
DATA_MODE_ALL_ATTRIBUTES - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Data file will include all tag attributes (including select) as an attribute.
DATA_MODE_DATA - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Data file will include the data from each tag.
DATA_MODE_EMBED - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The data file will be embedded in the generated report.
DATA_MODE_INCLUDE_BITMAPS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Data file will include the contents of any imported bitmap.
DATA_MODE_SELECT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Data file will include the select for each tag as an attribute.
DATA_QUERY_ERROR - Static variable in exception net.windward.env.EquationException
 
DATA_TYPE_DATE - Static variable in class net.windward.datasource.SelectFilter.Filter
Filtering a date.
DATA_TYPE_NUMBER - Static variable in class net.windward.datasource.SelectFilter.Filter
Filtering a number.
DATA_TYPE_STRING - Static variable in class net.windward.datasource.SelectFilter.Filter
Filtering a string.
DataConnectionException - Exception in net.windward.env
All exceptions thrown when connecting to a datasource are wrapped in this exception.
DataConnectionException(String) - Constructor for exception net.windward.env.DataConnectionException
Constructs a new exception with the specified detail message.
DataConnectionException(String, Throwable) - Constructor for exception net.windward.env.DataConnectionException
Constructs a new exception with the specified detail message and cause.
DataConnectionException(String, String, Throwable) - Constructor for exception net.windward.env.DataConnectionException
Constructs a new exception with the specified detail message and cause.
DataConnectionException(String, String, String, String, String, Throwable) - Constructor for exception net.windward.env.DataConnectionException
Constructs a new exception with the specified detail message and cause.
DataSourceBase - Class in net.windward.datasource
The base class for all data source providers to inherit from.
DataSourceBase() - Constructor for class net.windward.datasource.DataSourceBase
 
DataSourceException - Exception in net.windward.env
All exceptions thrown by the datasource classes (except connection exceptions - those are in DataConnectionException) are wrapped in this exception.
DataSourceException(String, String, Throwable, int) - Constructor for exception net.windward.env.DataSourceException
Constructs a new exception with the specified detail message and cause.
DataSourceException(String, Throwable, int) - Constructor for exception net.windward.env.DataSourceException
Constructs a new exception with the specified detail message and cause.
DataSourceException(String, String, int) - Constructor for exception net.windward.env.DataSourceException
Constructs a new exception with the specified detail message and cause.
DataSourceException(String, int) - Constructor for exception net.windward.env.DataSourceException
Constructs a new exception with the specified detail message and cause.
DataSourceIterator - Interface in net.windward.datasource
This iterates through the nodes that match a <wr:forEach tag.
DataSourceNode - Interface in net.windward.datasource
This represents a node in the dataset.
dataSourceNodeWithIndex(int, DataSourceIterator, ForEachTag) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Return the node when a forEach has a step > 1 and therefore results can be accessed using ${var[2]}.
DataSourceProvider - Interface in net.windward.datasource
This supplies a data source to Windward Reports.
DataSourceResultRow - Class in net.windward.datasource.abstract_datasource
Created by erikh on 12/3/2014.
DataSourceResultRow() - Constructor for class net.windward.datasource.abstract_datasource.DataSourceResultRow
 
DataSourceTags - Class in net.windward.datasource
This is used to define what attributes are used in each tag.
DataSourceTags() - Constructor for class net.windward.datasource.DataSourceTags
 
DebugException - Exception in net.windward.debug
Thrown if the debugger kills the process.
DebugException(int) - Constructor for exception net.windward.debug.DebugException
Constructs a new runtime exception with null as its detail message.
DEMO_VERSION - Static variable in exception net.windward.util.LicenseException
The demo version is limited from running at certain times.
DEV_LIMIT - Static variable in exception net.windward.util.LicenseException
Can only do 1 thread at a time in the dev version.
DocumentException - Exception in net.windward.format.pdf.output
Signals that an error has occurred in a Document.
DocumentException(Exception) - Constructor for exception net.windward.format.pdf.output.DocumentException
Creates a Document exception.
DocumentException() - Constructor for exception net.windward.format.pdf.output.DocumentException
Constructs a DocumentException without a message.
DocumentException(String) - Constructor for exception net.windward.format.pdf.output.DocumentException
Constructs a DocumentException with a message.
Dom4jDataSource - Class in net.windward.datasource.dom4j
This supplies a data source to Windward Reports using dom4j.
Dom4jDataSource(String, String) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
Create a DataSourceProvider using the passed in connection strings.
Dom4jDataSource(InputStream, InputStream) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
Create a DataSourceProvider that uses an xml stream as the data and dom4j to traverse it.
Dom4jDataSource(InputStream) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
Create a DataSourceProvider that uses an xml stream as the data and dom4j to traverse it.
Dom4jDataSource(String) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
Create a DataSourceProvider that uses an xml string as the data and dom4j to traverse it.
Dom4jDataSource(Element) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
Create a DataSourceProvider that uses dom4j to traverse an xml stream.
Dom4jDataSource(Document, boolean) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
Create a DataSourceProvider that uses dom4j to traverse an xml stream.
Dom4jDataSource(Document) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
Create a DataSourceProvider that uses dom4j to traverse an xml stream.
Dom4jDataSource.VarResults - Class in net.windward.datasource.dom4j
 
DrillDownTemplate(String, String, String) - Constructor for class net.windward.xmlreport.ProcessReport.DrillDownTemplate
Create the object.
drillDownToVal(Object, String) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
Drills through result sets to get the final return value.
duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessCsv
Creates and returns a copy of this object.
duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessDocx
Creates and returns a copy of this object.
duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessHtml
Creates and returns a copy of this object.
duplicate(OutputStream, OutputStream) - Method in class net.windward.xmlreport.ProcessHtml
Creates and returns a copy of this object.
duplicate(OutputStream, OutputStream) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Creates and returns a copy of this object.
duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessImage
Unsupported for images as this writes an array of page objects, not a single output stream.
duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessPdf
Creates and returns a copy of this object.
duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessPostScript
Creates and returns a copy of this object.
duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessPptx
Creates and returns a copy of this object.
duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessPrinter
Creates and returns a copy of this ProcessReport object.
duplicate(OutputStream) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Creates and returns a copy of this object.
duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessRtf
Creates and returns a copy of this object.
duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessTxt
Creates and returns a copy of this object.
duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessXlsx
Creates and returns a copy of this object.

E

END_IF_TAG_POSITION - Static variable in exception net.windward.env.OutputLimitationException
End-if tag needs to be in same cell as If-Tag
endSwitch(EndSwitchTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
endSwitch(EndSwitchTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Called when a switch ends.
EnumToType(int) - Static method in class net.windward.datasource.DataSourceTags
 
EQUATION_ERROR - Static variable in exception net.windward.env.DataSourceException
 
EquationException - Exception in net.windward.env
Created by IntelliJ IDEA.
EquationException(String, Throwable, int) - Constructor for exception net.windward.env.EquationException
 
EquationException(EquationException, String) - Constructor for exception net.windward.env.EquationException
 
EquationException(String, String, String, Map, ForEachTag[], QueryTag[], Throwable, int) - Constructor for exception net.windward.env.EquationException
 
EquationException(String, int) - Constructor for exception net.windward.env.EquationException
 
EquationException(String, String, String, Map, ForEachTag[], QueryTag[], int) - Constructor for exception net.windward.env.EquationException
 
ERROR_EVALUATING_CUSTOM_FUNCTION - Static variable in exception net.windward.env.EquationException
 
ERROR_HANDLING_ALL - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The bitmask that turns the complete error handling functionality on.
ERROR_HANDLING_NONE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The bitmask that turns the complete error handling functionality off.
ERROR_HANDLING_TRACK_ERRORS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Handle errors as indicated by a tag properties.
ERROR_HANDLING_VERIFY - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Perform verification during a report generation.
evaluate(String, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
evaluate(String, DataSourceNode[], IMacroState) - Method in interface net.windward.datasource.DataSourceNode
Evaluate an expression for the boolean result.
EXCEL_CELL_LIMIT - Static variable in exception net.windward.env.OutputLimitationException
An Excel cell is limited to 32,767 characters.
EXCEL_ILLEGAL_FORMULA - Static variable in exception net.windward.env.OutputLimitationException
Tried to set an invalid formula
EXPIRED_KEY - Static variable in exception net.windward.util.LicenseException
The license is expired.

F

FAILED_TO_CONTACT_LICENSE_SERVER - Static variable in exception net.windward.util.LicenseException
For license server.
FieldResult - Class in net.windward.datasource.abstract_datasource
The result returned from IDataSourceResultRow.getField.
FieldResult(Object, int) - Constructor for class net.windward.datasource.abstract_datasource.FieldResult
Create the object.
Filter(String, int, Object) - Constructor for class net.windward.datasource.SelectFilter.Filter
A filter for the select.
Filter(String, int, String) - Constructor for class net.windward.datasource.SelectFilter.Filter
A string filter for the select.
Filter(String, int, Number) - Constructor for class net.windward.datasource.SelectFilter.Filter
A number filter for the select.
Filter(String, int, Date) - Constructor for class net.windward.datasource.SelectFilter.Filter
A date filter for the select.
FILTER_ON_STORED_PROCEDURE - Static variable in exception net.windward.env.DataSourceException
 
findPodsUsed() - Method in class net.windward.xmlreport.ProcessReport
Find Pod's being used by a Document.
findPodsUsed() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Find Pod's being used by a Document.
fixQuery(String, IDataSourceResultRow) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
 
fixQuery(String, IDataSourceResultRow) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
fixQuery(String, IDataSourceResultRow) - Method in class net.windward.datasource.json.JsonQueryHelper
 
FONT_EMBEDED - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Will use the font specified in the template and will embed the font in the final pdf file.
FONT_INTERNAL - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Will only use the Acrobat internal fonts which are Helvetica (Arial), Times-Roman, Courier, Symbol, and Zapfdingbats.
FONT_NO_EMBED - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Will use the font specified in the template but will not embed the font itself in the pdf file.
FromXml(TinyElement) - Static method in class net.windward.xmlreport.TemplateVariable
 

G

getAllFiles(String) - Static method in class net.windward.tools.UpdatePods
 
getAllowedValues() - Method in class net.windward.xmlreport.TemplateVariable
 
getAutoMetadata() - Method in class net.windward.xmlreport.TemplateVariable
 
getAutotagData() - Method in class net.windward.xmlreport.TemplateInfo
the AutoTag data embedded in the template.
getAutotagVersion() - Method in class net.windward.xmlreport.TemplateInfo
 
getAutotagXml() - Method in class net.windward.xmlreport.TemplateInfo
 
getBaseDirectory() - Method in class net.windward.xmlreport.ProcessReport
Get the base directory used for imported files that have a relative path.
getBaseDirectory() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get the base directory used for imported files that have a relative path.
getBatchForEach() - Method in class net.windward.xmlreport.TemplateInfo
The forEach tag (text form) for batch runs.
getBitmap(OutTag, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getBitmap(OutTag, DataSourceNode[], IMacroState) - Method in interface net.windward.datasource.DataSourceNode
Called when tag is of type BITMAP.
getBitmap(OutTag, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.json.JsonDataSource.JsonDataNode
 
getBitmapType() - Method in class net.windward.format.htm.HtmlImage
Get the type of picture this is.
getCalOffset() - Method in class net.windward.xmlreport.TemplateVariable
 
getCause() - Method in exception net.windward.format.wordml.WordMLException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCellSeparator() - Method in class net.windward.xmlreport.ProcessCsv
Get the character used to seperate cells.
getCellSeparator() - Method in interface net.windward.xmlreport.ProcessCsvAPI
Get the character used to seperate cells.
getCharset() - Method in class net.windward.xmlreport.ProcessReport
Html and txt files are generated using a charset (the rest use unicode).
getCharset() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
This call set's the locale used in creating a report.
getChartProvider() - Method in class net.windward.xmlreport.ProcessReport
Returns the chart provider used for this process.
getChartRenderType() - Method in class net.windward.xmlreport.ProcessReport
What HtmlImage.BITMAP_* type to render charts at for this ReportType.
getCompany() - Static method in class net.windward.xmlreport.ProcessReport
The company this copy is licensed to.
getCompressionLevel() - Method in class net.windward.xmlreport.ProcessPdf
Get the compression level.
getCompressionLevel() - Method in interface net.windward.xmlreport.ProcessPdfAPI
Get the compression level.
getConn() - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
getConnection() - Method in class net.windward.datasource.jdbc.JdbcDataSource
 
getConnectionString() - Method in exception net.windward.env.DataConnectionException
The connection string to the datasource.
getConnectorClass() - Method in exception net.windward.env.DataConnectionException
The datasource connector class.
getCopies() - Method in class net.windward.xmlreport.ProcessPrinter
 
getCopies() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Gets the total number of copies to be printed.
getCopyMetadata() - Method in class net.windward.xmlreport.ProcessOpenXml
Get if the Windward metadata will be copied to the generated report.
getCopyMetadata() - Method in class net.windward.xmlreport.ProcessReport
Get if the Windward metadata will be copied to the generated report.
getCopyMetadata() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get if the Windward metadata will be copied to the generated report.
getCopyMetadata() - Method in class net.windward.xmlreport.ProcessRtf
Get if the Windward metadata will be copied to the generated report.
getCount() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Return the count the iteration is on.
getCount() - Method in interface net.windward.datasource.DataSourceIterator
Return the count the iteration is on.
getCssFilename() - Method in class net.windward.xmlreport.ProcessHtml
Returns the css filename.
getCssFilename() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Returns the css filename.
getCssStream() - Method in class net.windward.xmlreport.ProcessHtml
Returns the css stream.
getCssStream() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Returns the css stream.
getCssType() - Method in class net.windward.xmlreport.ProcessHtml
Returns if the css information will be written to a separate file, as part of the html file, or skipped (because the file already exists).
getCssType() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Returns if the css information will be written to a separate file, as part of the html file, or skipped (because the file already exists).
getCursor() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getCursor() - Method in interface net.windward.datasource.DataSourceNode
Returns the underlying cursor this node presently holds.
getData(ChartTag, DataSourceNode[], Locale) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getData() - Method in class net.windward.datasource.ChartDataImpl
Returns a set of data used to create a chart.
getData(ChartTag, DataSourceNode[], Locale) - Method in interface net.windward.datasource.DataSourceNode
Returns a set of data used to create a chart.
getDatabaseName() - Method in exception net.windward.env.DataConnectionException
The name of the datasource database.
getDataMode() - Method in class net.windward.xmlreport.ProcessReport
Get the embed data setting.
getDataMode() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
As the report is run, the data for each tag can also be placed in an associated data.xml file.
getDatasets() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile
The datasets in this datasource.
getDataSource() - Method in class net.windward.xmlreport.TemplateVariable
 
getDatasourceName() - Method in interface net.windward.datasource.DataSourceProvider
returns the name of this type in the form "sql", "xml", etc.
getDatasourceName() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
returns the name of this type in the form "sql", "xml", etc.
getDatasourceName() - Method in class net.windward.datasource.jdbc.JdbcDataSource
returns the name of this type in the form "sql", "xml", etc.
getDatasourceName() - Method in class net.windward.datasource.json.JsonDataSource
returns the name of this type in the form "sql", "xml", etc.
getDatasourceProfiles() - Method in class net.windward.xmlreport.TemplateInfo
All datasources that must be processed for this template.
getDataSourceProvider() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getDataSourceProvider() - Method in interface net.windward.datasource.DataSourceNode
Get the parent datasource.
getDatasources() - Method in class net.windward.xmlreport.TemplateInfo
All datasources that must be processed for this template.
getDatasourceState(DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getDatasourceState(DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Get the state of the datasource.
getDataStream() - Method in class net.windward.xmlreport.ProcessReport
As the report is run, the data for each tag can also be placed in an associated data.xml file.
getDataStream() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
As the report is run, the data for each tag can also be placed in an associated data.xml file.
getDataWriter() - Method in class net.windward.xmlreport.ProcessReport
This is not part of the official API.
getDebugHandler() - Method in class net.windward.xmlreport.ProcessReport
The debug handler assigned to this report if debugging.
getDefaultNamespacePrefix() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
The prefixes for namespaces are pulled from the XML datasource.
getDefaultValues() - Method in class net.windward.xmlreport.TemplateVariable
 
getDescription() - Method in class net.windward.xmlreport.ProcessReport
Get the description of the document.
getDescription() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get the description of the document.
getDesription() - Method in class net.windward.xmlreport.TemplateVariable
 
getDocPos() - Method in exception net.windward.env.WindwardException
The position in the document where this exception occured.
getDocument() - Method in class net.windward.xmlreport.ProcessPdf
Gets the current document
getDpi() - Method in class net.windward.xmlreport.ProcessImage
The Dots Per Inch to render the bitmaps at.
getDrillDownInfo() - Method in class net.windward.xmlreport.ProcessReport
Get the info for the template file this is in.
getDrillDownInfo() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get the info for the template file this is in.
getDuplex() - Method in class net.windward.xmlreport.ProcessPrinter
 
getDuplex() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Get the printer's duplex setting.
getEncoding() - Method in class net.windward.datasource.InputDataContainer
The encoding method for the InputStream, in.
getEquationData(String, DataSourceNode[], Locale) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getEquationData(String, DataSourceNode[], Locale) - Method in interface net.windward.datasource.DataSourceNode
Returns an array of data from a given datasource query
getErrorInfo() - Method in class net.windward.xmlreport.ProcessReport
 
getErrorInfo() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get an object containing a set of errors encounterred during the report generation.
getEventHandler() - Method in class net.windward.xmlreport.ProcessReport
Get event handler assigned to the report.
getEventHandler() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get event handler assigned to the report.
getFieldEx(String, int, String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
Get a field from this row.
getFieldEx(int, int, String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
Get a field from this row.
getFieldEx(String, int, String) - Method in class net.windward.datasource.jdbc.JdbcResultRow
 
getFieldEx(int, int, String) - Method in class net.windward.datasource.jdbc.JdbcResultRow
 
getFieldEx(String, int, String) - Method in class net.windward.datasource.json.JsonResultRow
Get a field from this row.
getFieldEx(int, int, String) - Method in class net.windward.datasource.json.JsonResultRow
 
getFieldName(int) - Method in class net.windward.datasource.abstract_datasource.DataSourceResultRow
Get the name of the field at the provided index
getFieldName(int) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
 
getFieldName(int) - Method in class net.windward.datasource.jdbc.JdbcResultRow
Get the name of the field at the provided index
getFieldName(int) - Method in class net.windward.datasource.json.JsonResultRow
Get the name of the field at the provided index
getFieldName() - Method in class net.windward.datasource.SelectFilter.Filter
The column (SQL) or node (XML) to compare on.
getFieldNames() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
Get the names of every field in this row (i.e.
getFieldNames() - Method in class net.windward.datasource.jdbc.JdbcResultRow
 
getFieldNames() - Method in class net.windward.datasource.json.JsonResultRow
Get the names of every field in this row (i.e.
getFilePath() - Method in class net.windward.xmlreport.ProcessHtml
Get the path that all images will be saved to on the disk.
getFilePath() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Get the path that all images will be saved to on the disk.
getFilePrefix() - Method in class net.windward.xmlreport.ProcessHtml
Get the prefix that will be part of the filename of all images saved to disk and listed in the html file.
getFilePrefix() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Get the prefix that will be part of the filename of all images saved to disk and listed in the html file.
getFilters() - Method in class net.windward.datasource.SelectFilter
Get the filters.
getFinalSelect() - Method in exception net.windward.env.DataSourceException
The final select that caused this exception.
getFirst() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultSet
 
getFirst() - Method in class net.windward.datasource.jdbc.JdbcResultSet
 
getFirst() - Method in class net.windward.datasource.json.JsonResultSet
 
getFirstPagePrinter() - Method in class net.windward.xmlreport.ProcessPrinter
Gets the name of the first page's printer.
getFirstPagePrinter() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Gets the name of the first page's printer.
getFirstPageTray() - Method in class net.windward.xmlreport.ProcessPrinter
Gets the tray for the first page.
getFirstPageTray() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Gets the tray for the first page.
getFont() - Method in class net.windward.xmlreport.ProcessTxt
Get the font used when formatting txt output.
getFont() - Method in interface net.windward.xmlreport.ProcessTxtAPI
Get the font used when formatting txt output.
getFontLevel() - Method in class net.windward.xmlreport.ProcessPdf
Get the font level.
getFontLevel() - Method in interface net.windward.xmlreport.ProcessPdfAPI
Get the font level.
getFontSize() - Method in class net.windward.xmlreport.ProcessTxt
Get the font size used when formatting txt output.
getFontSize() - Method in interface net.windward.xmlreport.ProcessTxtAPI
Get the font size used when formatting txt output.
getForEachTags() - Method in exception net.windward.env.DataSourceException
The forEach stack in place when this exception occured.
getFromTables() - Method in class net.windward.datasource.jdbc.SelectParser
All the tables in the from part of the select
getFullTag() - Method in exception net.windward.env.WindwardException
If this error occured while processing a tag, this is the tag it was processing.
getGlobalMetaIdentifier() - Method in class net.windward.datasource.SelectBase
The meta identifier for a global select.
getGuid() - Method in class net.windward.xmlreport.ProcessReport.DrillDownTemplate
The AutoTag document guid of the template.
getHeadersFooters() - Method in class net.windward.xmlreport.ProcessHtml
 
getHeadersFooters() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
 
getHiddenMode() - Method in class net.windward.xmlreport.ProcessReport
Get the mode for handling hidden objecxts in the template.
getHiddenMode() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get the mode for handling hidden objecxts in the template.
getHtmlPath() - Method in class net.windward.xmlreport.ProcessHtml
Get the path that all images will be prefixed with in the html file.
getHtmlPath() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Get the path that all images will be prefixed with in the html file.
getHyphenate() - Method in class net.windward.xmlreport.ProcessReport
Get if the generated report will be hyphenated.
getHyphenate() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get if the generated report will be hyphenated.
getImageFormat() - Method in class net.windward.xmlreport.ProcessImage
The bitmap format for the pages.
getImageNames() - Method in class net.windward.xmlreport.ProcessHtml
Get the image names/streams for the images in a report.
getImageNames() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Get the image names/streams for the images in a report.
getImport(ImportTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getImport(ImportTag, DataSourceNode[], Locale, IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getImport(ImportTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Deprecated.
getImport(ImportTag, DataSourceNode[], Locale, IMacroState) - Method in interface net.windward.datasource.DataSourceNode
An extended version of getImport() which supports the macro evaluation.
getImportInfo() - Method in class net.windward.xmlreport.ProcessReport
Get all imports in the processed template.
getImportInfo() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get all imports in the processed template.
getIndex() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Return the index the iteration is on.
getIndex() - Method in interface net.windward.datasource.DataSourceIterator
Return the index the iteration is on.
getInputStream() - Method in class net.windward.datasource.InputDataContainer
The data input stream.
getIpAddress() - Method in class net.windward.tools.ListServers.ServerInfo
The IP address of the remote machine.
getItems() - Method in class net.windward.datasource.SelectList
The items in this list.
getIterator() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getIterator() - Method in interface net.windward.datasource.DataSourceNode
Returns the iterator presently in use for this node.
getJobName() - Method in class net.windward.xmlreport.ProcessPrinter
 
getJobName() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Get the name of the print job.
getKeyLength() - Method in class net.windward.xmlreport.ProcessPdf
Get the password licenseKey length.
getKeyLength() - Method in interface net.windward.xmlreport.ProcessPdfAPI
Get the password licenseKey length.
getKeywords() - Method in class net.windward.xmlreport.ProcessReport
Get the keywords of the document.
getKeywords() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get the keywords of the document.
getLevel() - Method in exception net.windward.tags.TagException
 
getLink(BaseTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getLink(BaseTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Called for a link or DrillDown tag.
getLocale() - Method in class net.windward.xmlreport.ProcessReport
This call returns the locale used in creating a report.
getLocale() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
This call returns the locale used in creating a report.
getMaxReportPages() - Static method in class net.windward.xmlreport.ProcessReport
 
getMessage() - Method in exception net.windward.debug.DebugException
Returns the detail message string of this throwable.
getMessage() - Method in exception net.windward.format.wordml.WordMLException
Returns the detail message string of this throwable.
getMessage() - Method in exception net.windward.xmlreport.xsnv.conditionalformatter.ConditionalFormatException
 
getMode() - Method in class net.windward.datasource.abstract_datasource.FieldResult
The BaseTag.MODE_* type of the value returned.
getMode() - Method in class net.windward.datasource.abstract_datasource.VarResults
The mode for this data.
getMode() - Method in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
 
getMode() - Method in exception net.windward.debug.DebugException
The exception mode.
getMode() - Method in exception net.windward.xmlreport.TimeoutException
The exception mode.
getName() - Method in class net.windward.format.htm.HtmlImage
Get the filename for this image object.
getName() - Method in class net.windward.tools.ListServers.ServerInfo
The name of the remote machine.
getName() - Method in class net.windward.xmlreport.ProcessReport.CleanDatasource
The name of the datasource.
getName() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile.DataSetProfile
The name of this dataset.
getName() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile
The name of the datasource.
getName() - Method in class net.windward.xmlreport.TemplateVariable
 
getNativeVariable(DataSourceNode[], String) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
Gets the variable from a data provider on the stack.
getNativeVariable(DataSourceNode[], String) - Method in interface net.windward.datasource.DataSourceNode
Gets the variable from a data provider on the stack.
getNewline() - Method in class net.windward.xmlreport.ProcessCsv
Set the string used to create a newline.
getNewline() - Method in interface net.windward.xmlreport.ProcessCsvAPI
Set the string used to create a newline.
getNode(int) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Returns the requested node from the set of nodes presently on.
getNode() - Method in class net.windward.datasource.abstract_datasource.VarResults
The node the data is in/from.
getNode(int) - Method in interface net.windward.datasource.DataSourceIterator
Returns the requested node from the set of nodes presently on.
getNumFilters() - Method in class net.windward.datasource.SelectFilter
Get the number of filters.
getNumPages() - Method in class net.windward.xmlreport.ProcessReport
Returns how many pages long a report is.
getNumPages() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Returns how many pages long a report is.
getNumVal() - Method in enum net.windward.xmlreport.TemplateVariable.CAL_OFFSET
 
getOpCode() - Method in class net.windward.datasource.SelectFilter.Filter
The OP_* to use.
getOpCodeText(int[]) - Static method in class net.windward.datasource.SelectFilter
Get the text strings to match the opcode list.
getOpCodeText(int) - Static method in class net.windward.datasource.SelectFilter
Get the text string to match the opcode.
getOut(OutTag, DataSourceNode[], Locale, IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getOut(OutTag, DataSourceNode[], Locale, IMacroState) - Method in interface net.windward.datasource.DataSourceNode
Called for an out tag.
getOutputBuilderData() - Method in class net.windward.xmlreport.ProcessReport
Optional data to pass to the external output builder.
getOutputBuilderData() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Optional data to pass to the external output builder.
getOutStream(OutTag, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getOutStream(OutTag, DataSourceNode[], IMacroState) - Method in interface net.windward.datasource.DataSourceNode
Called for an out tag.
getOwnerPassword() - Method in class net.windward.xmlreport.ProcessPdf
Get the owner password for the report.
getOwnerPassword() - Method in interface net.windward.xmlreport.ProcessPdfAPI
Get the owner password for the report.
getPages() - Method in class net.windward.xmlreport.ProcessHtml
Get the array of OutputStreams representing each page in this generated HTML document if html.split_pages is set.
getPages() - Method in class net.windward.xmlreport.ProcessImage
Get the generated images, each page is a distinct bitmap or XML (SVG).
getPagesByteArrays() - Method in class net.windward.xmlreport.ProcessHtml
Get an array of pages where each page is represented by a byte array (for easy file output).
getParameters() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
This call is for internal engine use only.
getParameters() - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
 
getParameters() - Method in interface net.windward.datasource.DataSourceProvider
This call is for internal engine use only.
getParameters() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
This call is for internal engine use only.
getParameters() - Method in exception net.windward.env.DataSourceException
The names of all parameters in scope.
getParameters() - Method in class net.windward.xmlreport.ProcessReport
 
getParameters() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Returns the map of parameters for this report.
getParamMode() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Get the parameter substitution mode.
getParamMode() - Method in interface net.windward.datasource.DataSourceProvider
Get the parameter substitution mode.
getParamMode() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Get the parameter substitution mode.
getParent() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
 
getPart(int) - Method in class net.windward.datasource.jdbc.SelectParser
Return this part of the select.
getPdfVersion() - Method in class net.windward.xmlreport.ProcessPdf
Gets the PDF version number used to create the file.
getPdfVersion() - Method in interface net.windward.xmlreport.ProcessPdfAPI
Gets the PDF version number used to create the file.
getPipeName() - Method in class net.windward.xmlreport.ProcessReport.DrillDownTemplate
Get the named pipes name.
getPodGuids() - Method in class net.windward.xmlreport.TemplateInfo
The POD guids in the template.
getPreceeding(int) - Method in class net.windward.datasource.jdbc.SelectParser
Return all parts up to but not including this part from the select..
getPrefix() - Method in class net.windward.datasource.dom4j.XPathNamespace
The prefix as declared in use.
getPrinter() - Method in class net.windward.xmlreport.ProcessPrinter
Gets the printer name.
getPrinter() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Gets the printer name.
getPrinterConfiguration() - Method in class net.windward.xmlreport.ProcessPrinter
 
getPrinterConfiguration() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Get the printer configuration for the report.
getProduct() - Method in class net.windward.tools.ListServers.ServerInfo
The product running.
getProperties() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile.DataSetProfile
All the properties for this dataset.
getProperties() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile
All the properties set for this datasource.
getQuery() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
 
getQuery() - Method in class net.windward.datasource.jdbc.JdbcResultRow
 
getQuery() - Method in class net.windward.datasource.json.JsonResultRow
 
getQueryHelper() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Returns the query helper which is datasource specific.
getQueryHelper() - Method in class net.windward.datasource.jdbc.JdbcDataSource
 
getQueryHelper() - Method in class net.windward.datasource.json.JsonDataSource
Gets the query helper from the subclass.
getQueryMode(String, BaseTag) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Gets the query mode of a select.
getQueryMode(String, BaseTag) - Method in interface net.windward.datasource.DataSourceNode
Returns the mode of a query.
getQueryMode(String, BaseTag) - Method in interface net.windward.datasource.DataSourceProvider
Returns the mode of a query.
getQueryMode(String, BaseTag) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Returns the query mode for this select.
getQueryMode(String, BaseTag) - Method in class net.windward.datasource.jdbc.JdbcDataSource
Returns the query mode for this select.
getQueryMode(String, BaseTag) - Method in class net.windward.datasource.jdbc.JdbcDataSource.JdbcNode
 
getQueryMode(String, BaseTag) - Method in class net.windward.datasource.json.JsonDataSource
 
getQueryMode(String, BaseTag) - Method in class net.windward.datasource.json.JsonDataSource.JsonDataNode
 
getQueryMode(String, boolean) - Method in class net.windward.xmlreport.ProcessReport.CleanDatasource
Returns the query mode for this select.
getQueryResults(String, String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
Given a select statement.
getQueryResults(String, String) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
getQueryResults(String, String) - Method in class net.windward.datasource.json.JsonQueryHelper
Given a select statement.
getQueryTags() - Method in exception net.windward.env.DataSourceException
The query tags in scope when this exception occured.
getQuoteChar() - Method in class net.windward.xmlreport.ProcessCsv
Get the character used to quote a cell.
getQuoteChar() - Method in interface net.windward.xmlreport.ProcessCsvAPI
Get the character used to quote a cell.
getRenderExtent() - Method in class net.windward.xmlreport.ProcessGraphics2D
 
getRenderExtent() - Method in class net.windward.xmlreport.ProcessReport
 
getRenderExtent() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
How the generated report will be cropped.
getRenderExtent() - Method in class net.windward.xmlreport.ProcessTxt
 
getRenderPages() - Method in class net.windward.xmlreport.ProcessGraphics2D
 
getRenderPages() - Method in class net.windward.xmlreport.ProcessReport
 
getRenderPages() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
The pages that will be generated.
getReport() - Method in class net.windward.xmlreport.ProcessReport
Return the final report.
getReport() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Return the final report.
getReportType() - Method in class net.windward.xmlreport.ProcessCsv
Get the report format of the output stream.
getReportType() - Method in interface net.windward.xmlreport.ProcessCsvAPI
Get the report format of the output stream.
getReportType() - Method in class net.windward.xmlreport.ProcessDocx
Get the report format of the output stream.
getReportType() - Method in interface net.windward.xmlreport.ProcessDocxAPI
Get the report format of the output stream.
getReportType() - Method in class net.windward.xmlreport.ProcessHtml
Get the report format of the output stream.
getReportType() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Get the report format of the output stream.
getReportType() - Method in class net.windward.xmlreport.ProcessImage
Get the report format of the output stream.
getReportType() - Method in class net.windward.xmlreport.ProcessPdf
Get the report format of the output stream.
getReportType() - Method in interface net.windward.xmlreport.ProcessPdfAPI
Get the report format of the output stream.
getReportType() - Method in class net.windward.xmlreport.ProcessPostScript
Get the report format of the output stream.
getReportType() - Method in class net.windward.xmlreport.ProcessPptx
Get the report format of the output stream.
getReportType() - Method in interface net.windward.xmlreport.ProcessPptxAPI
Get the report format of the output stream.
getReportType() - Method in class net.windward.xmlreport.ProcessPrinter
Get the report format of the output stream.
getReportType() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get the report format of the output stream.
getReportType() - Method in class net.windward.xmlreport.ProcessRtf
Get the report format of the output stream.
getReportType() - Method in interface net.windward.xmlreport.ProcessRtfAPI
Get the report format of the output stream.
getReportType() - Method in class net.windward.xmlreport.ProcessTxt
Get the report format of the output stream.
getReportType() - Method in interface net.windward.xmlreport.ProcessTxtAPI
Get the report format of the output stream.
getReportType() - Method in class net.windward.xmlreport.ProcessXlsx
Get the report format of the output stream.
getReportType() - Method in interface net.windward.xmlreport.ProcessXlsxAPI
Get the report format of the output stream.
getReportTypeString() - Method in class net.windward.xmlreport.ProcessCsv
Get the report format of the output as a string.
getReportTypeString() - Method in class net.windward.xmlreport.ProcessDocx
Get the report format of the output as a string.
getReportTypeString() - Method in class net.windward.xmlreport.ProcessHtml
Get the report format of the output as a string.
getReportTypeString() - Method in class net.windward.xmlreport.ProcessImage
Get the report format of the output as a string.
getReportTypeString() - Method in class net.windward.xmlreport.ProcessPdf
Get the report format of the output as a string.
getReportTypeString() - Method in class net.windward.xmlreport.ProcessPostScript
Get the report format of the output as a string.
getReportTypeString() - Method in class net.windward.xmlreport.ProcessPptx
Get the report format of the output as a string.
getReportTypeString() - Method in class net.windward.xmlreport.ProcessPrinter
Get the report format of the output as a string.
getReportTypeString() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get the report format of the output as a string.
getReportTypeString() - Method in class net.windward.xmlreport.ProcessRtf
Get the report format of the output as a string.
getReportTypeString() - Method in class net.windward.xmlreport.ProcessTxt
Get the report format of the output as a string.
getReportTypeString() - Method in class net.windward.xmlreport.ProcessXlsx
Get the report format of the output as a string.
getResult(boolean) - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
Get the result for this query.
getResult() - Method in class net.windward.datasource.abstract_datasource.VarResults
 
getResult(Node) - Method in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
 
getResultSet() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Returns the result set this iterator presently holds.
getResultSet(boolean) - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
Get the resultset for this query.
getResultSet() - Method in interface net.windward.datasource.DataSourceIterator
Returns the result set this iterator presently holds.
getResultSetQuery() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultSet
 
getResultSetQuery() - Method in class net.windward.datasource.jdbc.JdbcResultSet
 
getResultSetQuery() - Method in class net.windward.datasource.json.JsonResultSet
 
getResultValue() - Method in class net.windward.datasource.abstract_datasource.VarResults
The variable.
getRootNode() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Returns the root node for this data set.
getRootNode() - Method in interface net.windward.datasource.DataSourceProvider
Returns the root node for this data set.
getRootNode() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Returns the root node for this data set.
getRootNode() - Method in class net.windward.datasource.jdbc.JdbcDataSource
 
getRootPath() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile
The root path applied to this datasource.
getRowIterator() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultSet
 
getRowIterator() - Method in class net.windward.datasource.jdbc.JdbcResultSet
 
getRowIterator() - Method in class net.windward.datasource.json.JsonResultSet
 
getRs() - Method in class net.windward.datasource.jdbc.JdbcResultSet
 
getSecurity() - Method in class net.windward.xmlreport.ProcessPdf
Get the security for the created pdf report.
getSecurity() - Method in interface net.windward.xmlreport.ProcessPdfAPI
Get the security for the created pdf report.
getSelect() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile.DataSetProfile
The select of this dataset.
getServerName() - Method in exception net.windward.env.DataConnectionException
The name of the datasource server.
getServers(int) - Static method in class net.windward.tools.ListServers
Return all servers on the network.
getSort() - Method in class net.windward.datasource.SelectBase
Get the sort order.
getSpec() - Method in class net.windward.xmlreport.ProcessHtml
Gets the spec that the produced report must run under.
getSpec() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Gets the spec that the produced report must run under.
getSqlOpCode() - Method in class net.windward.datasource.SelectFilter.Filter
The opcode as SQL will use it.
getSqlValue() - Method in class net.windward.datasource.SelectFilter.Filter
The value for the filter.
getStream() - Method in class net.windward.format.htm.HtmlImage
Get the stream that contains the binary image of the file.
getSubject() - Method in class net.windward.xmlreport.ProcessReport
Get the subject of the document.
getSubject() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get the subject of the document.
getSubType() - Method in exception net.windward.env.DataSourceException
The sub-type of the exception.
getSuceeding(int) - Method in class net.windward.datasource.jdbc.SelectParser
Return all parts after but not including this part from the select..
getTag() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Return the forEach tag in use for this iterator.
getTag() - Method in interface net.windward.datasource.DataSourceIterator
Return the forEach tag in use for this iterator.
getTag() - Method in exception net.windward.env.DataSourceException
The tag that caused this exception.
getTag() - Method in exception net.windward.tags.TagException
Get the tag hitting the exception.
getTagAttr(TagAttributes[], int) - Static method in class net.windward.datasource.DataSourceTags
 
getTagAttributes() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Returns the allowed attributes for all tags.
getTagAttributes() - Method in interface net.windward.datasource.DataSourceProvider
Returns the allowed attributes for all tags.
getTagAttributes() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Returns the allowed attributes for all tags.
getTags() - Method in class net.windward.xmlreport.TemplateInfo
All of the tags embedded in the template.
getTemplateDir() - Method in class net.windward.xmlreport.ProcessReport.DrillDownTemplate
The directory the template file is in.
getTemplateMetrics(InputStream) - Static method in class net.windward.xmlreport.ProcessReport
Returns information about all vars, datasources, and tags referenced in the template.
getTemplateMetrics(InputStream, boolean, boolean) - Static method in class net.windward.xmlreport.ProcessReport
 
getTemplateMetrics(InputStream, boolean) - Static method in class net.windward.xmlreport.ProcessReport
Returns information about all vars, datasources, and tags referenced in the template.
getTemplateType() - Method in class net.windward.xmlreport.TemplateInfo
One of ProcessReport.TEMPLATE_TYPE_*
getTemplateTypeString() - Method in class net.windward.xmlreport.ProcessReport
The extension of the template.
getTemplateVariables() - Method in class net.windward.xmlreport.TemplateInfo
All vars that must be defined by a caller in the template.
getTemplateVersion() - Method in class net.windward.xmlreport.ProcessReport
Set the verion of Windward/AutoTag this template was created for.
getTemplateVersion() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set the version of Windward/AutoTag this template was created for.
getText() - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
 
getTimeout() - Method in class net.windward.xmlreport.ProcessReport
Set the number of seconds to timeout generating a report.
getTimeout() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set the number of seconds to timeout generating a report.
getTitle() - Method in class net.windward.xmlreport.ProcessReport
Get the title of the document.
getTitle() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get the title of the document.
getTray() - Method in class net.windward.xmlreport.ProcessPrinter
Gets the tray to be printed to.
getTray() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Gets the tray to be printed to.
getType() - Method in exception net.windward.tags.TagException
Return the type of node exception.
getType() - Method in class net.windward.xmlreport.ProcessReport.CleanDatasource
What type of datasource.
getUdtGuid() - Method in class net.windward.xmlreport.TemplateVariable
 
getUniquePath() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
 
getUniquePath() - Method in class net.windward.datasource.jdbc.JdbcResultRow
 
getUniquePath() - Method in class net.windward.datasource.json.JsonResultRow
 
getUrl() - Method in class net.windward.datasource.dom4j.XPathNamespace
The url of the namespace.
getUserPassword() - Method in class net.windward.xmlreport.ProcessPdf
Get the user password for the report.
getUserPassword() - Method in interface net.windward.xmlreport.ProcessPdfAPI
Get the user password for the report.
getUseTemplatePageWidth() - Method in class net.windward.xmlreport.ProcessHtml
 
getUseTemplatePageWidth() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
 
getValue(BaseTag, DataSourceNode[], Locale, IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getValue() - Method in class net.windward.datasource.abstract_datasource.FieldResult
The value for this field.
getValue(int, String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
Get the value in this result row.
getValue(int, String) - Method in class net.windward.datasource.jdbc.JdbcResultRow
Get the value in this result row.
getValue(int, String) - Method in class net.windward.datasource.json.JsonResultRow
Get the value in this result row.
getValue() - Method in class net.windward.datasource.SelectFilter.Filter
The value for the filter.
getValueAsDate() - Method in class net.windward.datasource.SelectFilter.Filter
The date value for the filter.
getValueAsNumber() - Method in class net.windward.datasource.SelectFilter.Filter
The number value for the filter.
getValueAsString() - Method in class net.windward.datasource.SelectFilter.Filter
The string value for the filter.
getValueFromKey(Object) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
 
getValueFromKey(Object) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
getValueFromKey(Object) - Method in class net.windward.datasource.json.JsonQueryHelper
 
getVariableValue(String, DataSourceNode[], Locale) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
getVariableValue(String, DataSourceNode[], Locale) - Method in interface net.windward.datasource.DataSourceNode
Returns the variable value.
getVarName() - Method in class net.windward.datasource.SelectBase
The name of the var this filter is for.
getVars() - Method in class net.windward.xmlreport.TemplateInfo
All vars that must be defined by a caller in the template.
getVarType() - Method in class net.windward.xmlreport.TemplateVariable
 
getVendorType() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile
The AutoTag defined datasource type.
getVersion() - Method in class net.windward.tools.ListServers.ServerInfo
The version running on the machine.
getVersion() - Static method in class net.windward.xmlreport.ProcessReport
The version of Windward Reports.
getVersionMajor() - Static method in class net.windward.xmlreport.ProcessReport
The major version number of Windward Reports.
getVersionMinor() - Static method in class net.windward.xmlreport.ProcessReport
The minor version number of Windward Reports.
getVersionRelease() - Static method in class net.windward.xmlreport.ProcessReport
The release version number of Windward Reports.
getWriteTags() - Method in class net.windward.xmlreport.ProcessReport
Get the style unprocessed tags are written out as.
getWriteTags() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get the style unprocessed tags are written out as.
getXPath() - Method in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
 
getXpathOpCode() - Method in class net.windward.datasource.SelectFilter.Filter
The opcode as XPath will use it.

H

handleSelectResults(ResultSet, JdbcDataSource.JdbcSelect) - Method in interface net.windward.datasource.jdbc.JdbcSelectListener
Called when a query is executed by the JDBC datasource.
hasDatasourcesApplied() - Method in class net.windward.xmlreport.ProcessReport
true if datasources have been applied to this report.
hasNext() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Returns true if the iteration has more nodes.
hasNext() - Method in interface net.windward.datasource.DataSourceIterator
Returns true if the iteration has more nodes.
hasSelect() - Method in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
 
HIDDEN_IGNORE_PRINT_RANGE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Ignore the print area set in the XLSX file.
HIDDEN_SHOW_ALL_ROWS_COLUMNS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Include hidden rows and columns in a worksheet.
HIDDEN_SHOW_HIDDEN_SHEETS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Include worksheets set to hidden in the output.
HIDDEN_SHOW_NO_PRINT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Include worksheets set to not print in the output.
HTML_2 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Create a HTML file that conforms to html 2.0.
HTML_4_1 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Create a HTML file that conforms to 4.01.
HtmlImage - Class in net.windward.format.htm
This class contains the information for a single image that will be in a .html file.
HtmlImage() - Constructor for class net.windward.format.htm.HtmlImage
Create an object with no name and a ByteArrayOutputStream stream.
HtmlImage(String, OutputStream) - Constructor for class net.windward.format.htm.HtmlImage
Create an object with the passed in name and stream.
HtmlImage(String) - Constructor for class net.windward.format.htm.HtmlImage
Create an object with the passed in name and no stream.
HtmlImage(boolean) - Constructor for class net.windward.format.htm.HtmlImage
Create an HtmlImage; this constructor is intended for embedded HtmlImages.
HtmlParseException - Exception in net.windward.format.htm.parse
An exception thrown when there is an error parsing a peice of HTML or CSS in the HtmlParser.
HtmlParseException() - Constructor for exception net.windward.format.htm.parse.HtmlParseException
 
HtmlParseException(String, Throwable) - Constructor for exception net.windward.format.htm.parse.HtmlParseException
 
HtmlParseException(String) - Constructor for exception net.windward.format.htm.parse.HtmlParseException
 
HYPHENATE_OFF - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Generated report is not hyphenated.
HYPHENATE_ON - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Generated report is hyphenated.
HYPHENATE_TEMPLATE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Generated report is hyphenated if the template has auto-hyphenation on.
HyphenationException - Exception in net.windward.format.pdf.output.pdf.hyphenation
 
HyphenationException(String) - Constructor for exception net.windward.format.pdf.output.pdf.hyphenation.HyphenationException
 

I

IDataSourceQueryHelper - Interface in net.windward.datasource.abstract_datasource
 
IDataSourceResultRow - Interface in net.windward.datasource.abstract_datasource
 
IDataSourceResultSet - Interface in net.windward.datasource.abstract_datasource
Created by erikh on 12/3/2014.
IE5 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Create a HTML file that conforms to the IE 5.0 spec.
IE5_5 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Create a HTML file that conforms to the IE 5.5 spec.
IE6 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Create a HTML file that conforms to the IE 6.0 spec.
ILLEGAL_ATTRIBUTE_NAME - Static variable in exception net.windward.tags.TagException
Attribute var or varStatus has a ${} around it.
ILLEGAL_FILE_TYPE - Static variable in exception net.windward.tags.TagException
The included file had an unrecognized extension.
ILLEGAL_LOCATION - Static variable in exception net.windward.tags.TagException
A matrix, row, or column tag is in an illegal location.
ILLEGAL_VAR - Static variable in exception net.windward.env.DataSourceException
 
IllegalOperationException - Exception in net.windward.util
Thrown when an illegal operation is performed on an object.
IllegalOperationException() - Constructor for exception net.windward.util.IllegalOperationException
 
IllegalOperationException(String) - Constructor for exception net.windward.util.IllegalOperationException
 
IllegalPdfSyntaxException - Exception in net.windward.format.pdf.output.exceptions
Typed exception used when creating PDF syntax that isn't valid.
IllegalPdfSyntaxException(String) - Constructor for exception net.windward.format.pdf.output.exceptions.IllegalPdfSyntaxException
Creates an exception saying the PDF syntax isn't correct.
IMPORTING_CLASS_MISSING - Static variable in exception net.windward.xmlreport.SetupException
You need to call processSetup exactly once.
IN_TABLE - Static variable in exception net.windward.tags.TagException
This tag cannot be inside a table.
init() - Static method in class net.windward.xmlreport.ProcessReport
This method should be called before any other code anywhere in Windward Reports.
InputDataContainer - Class in net.windward.datasource
Container for an InputStream and the encoding method that was used to create it.
InputDataContainer(InputStream, String) - Constructor for class net.windward.datasource.InputDataContainer
Creates a new InputDataContainer containing the specified InputStream and encoding method.
INVALID_DATE - Static variable in exception net.windward.env.DataSourceException
 
INVALID_INDEX - Static variable in exception net.windward.env.DataSourceException
 
INVALID_NUMBER - Static variable in exception net.windward.env.DataSourceException
 
INVALID_PARAMETER_TYPE - Static variable in exception net.windward.env.EquationException
 
INVALID_SELECT - Static variable in exception net.windward.env.DataSourceException
 
InvalidPdfException - Exception in net.windward.format.pdf.output.exceptions
Typed exception used when opening an existing PDF document.
InvalidPdfException(String) - Constructor for exception net.windward.format.pdf.output.exceptions.InvalidPdfException
Creates an instance of a NoPdfException.
IO_ERROR - Static variable in exception net.windward.env.DataSourceException
 
isAllowAll() - Method in class net.windward.xmlreport.TemplateVariable
 
isAllowFilter() - Method in class net.windward.xmlreport.TemplateVariable
 
isAllowList() - Method in class net.windward.xmlreport.TemplateVariable
 
isAllowSort() - Method in class net.windward.xmlreport.TemplateVariable
 
isAndFilters() - Method in class net.windward.datasource.SelectFilter
true if filters are to be and-ed, false if to be or-ed.
isApplyGlobally() - Method in class net.windward.datasource.SelectBase
true if this select is to be applied to all tags that include the getGlobalMetaIdentifier column/node.
isBreakPage() - Method in class net.windward.xmlreport.ProcessTxt
Returns true if a Ctrl-L is in the report for each page break.
isBreakPage() - Method in interface net.windward.xmlreport.ProcessTxtAPI
Returns true if a Ctrl-L is in the report for each page break.
isCase(CaseTag, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
isCase(CaseTag, DataSourceNode[], IMacroState) - Method in interface net.windward.datasource.DataSourceNode
Called for a case tag.
isChartsAsCharts() - Method in class net.windward.xmlreport.ProcessOpenXml
true if chart tags that are in the template as a chart, will be rendered as charts in the generated report.
isChartsAsCharts() - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
true if chart tags that are in the template as a chart, will be rendered as charts in the generated report.
isCopyAllTags() - Method in class net.windward.xmlreport.ProcessRtf
Get if unknown rtf tags should be copied to the report.
isCopyAllTags() - Method in interface net.windward.xmlreport.ProcessRtfAPI
Get if unknown rtf tags should be copied to the report.
isCopyDrawings() - Method in class net.windward.xmlreport.ProcessOpenXml
True if drawings are to be copied to output.
isCopyDrawings() - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
True if drawings are to be copied to output.
isCopyEmbeddedObjects() - Method in class net.windward.xmlreport.ProcessReport
True if embedded objects are to be copied to output.
isCopyEmbeddedObjects() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
True if embedded objects are to be copied to output.
isCopyShapes() - Method in class net.windward.xmlreport.ProcessOpenXml
True if shapes are to be copied to output.
isCopyShapes() - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
True if shapes are to be copied to output.
isDebugMode() - Method in class net.windward.xmlreport.ProcessReport
Get if debug mode is on or off.
isDebugMode() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get if debug mode is on or off.
isEmbedImages() - Method in class net.windward.xmlreport.ProcessHtml
When set to true, tells the engine to embed all images in the HTML file instead of using separate image files; more information found on Wikipedia: http://en.wikipedia.org/wiki/Data_URI_scheme
isEmbedImages() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
When set to true, tells the engine to embed all images in the HTML file instead of using separate image files; more information found on Wikipedia: http://en.wikipedia.org/wiki/Data_URI_scheme
isExistingNode(BaseTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
isExistingNode(BaseTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Return true if the passed in node exists.
isExtraPict() - Method in class net.windward.xmlreport.ProcessRtf
Get if writes each image twice.
isExtraPict() - Method in interface net.windward.xmlreport.ProcessRtfAPI
Get if writes each image twice.
isFirst() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Return true if on the first node returned.
isFirst() - Method in interface net.windward.datasource.DataSourceIterator
Return true if on the first node returned.
isFullFile() - Method in class net.windward.xmlreport.ProcessHtml
The report can be generated as either a complete html file, or as just the body.
isFullFile() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
The report can be generated as either a complete html file, or as just the body.
isHeaders() - Method in class net.windward.xmlreport.ProcessHtml
 
isIE() - Method in class net.windward.xmlreport.ProcessHtml
Returns true if the spec is set to a version of Internet Explorer.
isIf(IfTag, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
isIf(IfTag, DataSourceNode[], IMacroState) - Method in interface net.windward.datasource.DataSourceNode
Called for an if tag.
isIgnoreTags() - Method in class net.windward.xmlreport.ProcessReport
 
isLast() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Return true if on the last node returned.
isLast() - Method in interface net.windward.datasource.DataSourceIterator
Return true if on the last node returned.
isLayoutDocument() - Method in class net.windward.xmlreport.ProcessReport
If set to false, then for output we do not have to layout (DOCX, XLSX, PPTX, HTML in non-pages mode), the engine will not perform layout on the generated report.
isLayoutDocument() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
If set to false, then for output we do not have to layout (DOCX, XLSX, PPTX, HTML in non-pages mode), the engine will not perform layout on the generated report.
isLiteralDataSourceNode() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
This is needed in parts of the code that do not know about the .NET version of the LiteralDataSourceNode, for example if we are in cross compiled java code and we need to know if a DataSourceNode is an instance of WindwardReportDrivers.net.windward.datasource.LiteralDatasource.LiteralDataSourceNode.
isLiteralDataSourceNode() - Method in interface net.windward.datasource.DataSourceNode
This is needed in parts of the code that do not know about the .NET version of the LiteralDataSourceNode, for example if we are in cross compiled java code and we need to know if a DataSourceNode is an instance of WindwardReportDrivers.net.windward.datasource.LiteralDatasource.LiteralDataSourceNode.
isLiteralSubstitution() - Method in class net.windward.datasource.abstract_datasource.VarResults
returns true if this variable should be substituted into the query as a query part rather than as a param.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessHtml
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessImage
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessPdf
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessPostScript
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessPrinter
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessReport
true if the generated report is page based.
isPageBasedReport() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessTxt
true if the generated report is page based.
isPdfA() - Method in class net.windward.xmlreport.ProcessPdf
true if build a PDF/A-1b file.
isPdfA() - Method in interface net.windward.xmlreport.ProcessPdfAPI
true if build a PDF/A-1b file.
isPreservePodFraming() - Method in class net.windward.xmlreport.ProcessReport
True if Pod framing should be preserved for Pods in the document.
isPreservePodFraming() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
True if UDT framing should be preserved for UDTs in the document.
isRecalculateOnOpen() - Method in class net.windward.xmlreport.ProcessOpenXml
true if the document is to perform recalculation when first opened.
isRecalculateOnOpen() - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
true if the document is to perform recalculation when first opened.
isRemoveQuotes() - Method in class net.windward.xmlreport.ProcessReport.CleanDatasource
True if '${var}' should be converted to ${var}.
isRemoveUnusedFormats() - Method in class net.windward.xmlreport.ProcessReport
True to remove all unused formatting information from the template when rendering the report.
isRemoveUnusedFormats() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
True to remove all unused formatting information from the template when rendering the report.
isReportTypeDocx() - Method in class net.windward.xmlreport.ProcessReport
True if the output report is a Word DOCX or DOCM file.
isReportTypeExcel() - Method in class net.windward.xmlreport.ProcessReport
True if the output report is an Excel file, including CSV.
isReportTypeExcel() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
True if the output report is an Excel file, including CSV.
isReportTypeOpenXml() - Method in class net.windward.xmlreport.ProcessReport
true if the report type is DOCX, PPTX, or XLSX.
isReportTypePpt() - Method in class net.windward.xmlreport.ProcessReport
True if the output report is a PowerPoint file.
isReportTypeWord() - Method in class net.windward.xmlreport.ProcessReport
True if the output report is a Word file, including Rtf.
isReportTypeWord() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
True if the output report is a Word file, including Rtf.
isRequired() - Method in class net.windward.xmlreport.TemplateVariable
 
isSameOpenXml() - Method in class net.windward.xmlreport.ProcessReport
true if the template and report output are the same OpenXML format.
isSelect(String, boolean) - Method in interface net.windward.datasource.DataSourceNode
Returns true if the passed in string is believed to be a select.
isSelect(String, boolean) - Method in class net.windward.datasource.jdbc.JdbcDataSource.JdbcNode
Returns true if the passed in string is believed to be a select.
isSelect(String, boolean) - Method in class net.windward.datasource.json.JsonDataSource.JsonDataNode
Returns true if the passed in string is believed to be a select.
isSelectType() - Method in exception net.windward.env.DataSourceException
Returns true if this is from a select.
isShowHeaders() - Method in class net.windward.xmlreport.ProcessTxt
Returns true if the header and footers are printed in the report.
isShowHeaders() - Method in interface net.windward.xmlreport.ProcessTxtAPI
Returns true if the header and footers are printed in the report.
isSplitPages() - Method in class net.windward.xmlreport.ProcessHtml
When set to true, tells the engine to split HTML output into multiple documents, one for each page of the document.
isSplitPages() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
When set to true, tells the engine to split HTML output into multiple documents, one for each page of the document.
isSplitPagesFromProperties() - Static method in class net.windward.xmlreport.ProcessHtml
Gets html.split_pages property from properties file Different from isSplitPages() as this is a static method intended for use before the creation of a ProcessHtml object.
isTemplateTypeDOCX() - Method in class net.windward.xmlreport.ProcessReport
true if the template is a DOCX.
isTemplateTypeOpenXml() - Method in class net.windward.xmlreport.ProcessReport
true if the template is a DOCX, XLSX, or PPTX.
isTemplateTypePPTX() - Method in class net.windward.xmlreport.ProcessReport
true if the template is a PPTX.
isTemplateTypeXLSX() - Method in class net.windward.xmlreport.ProcessReport
true if the template is a XLSX.
isTrackImports() - Method in class net.windward.xmlreport.ProcessReport
True if you want to call getImports after processing datasources.
isTrackImports() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
True if you want to call getImports after processing datasources.
isTrimWhitespace() - Method in class net.windward.xmlreport.ProcessCsv
Get if cells should have whitespace trimmed from beginning and end.
isTrimWhitespace() - Method in interface net.windward.xmlreport.ProcessCsvAPI
Get if cells should have whitespace trimmed from beginning and end.
isUseExternalOutputBuilder() - Method in class net.windward.xmlreport.ProcessReport
Returns true if it will use the external output builder.
isUseExternalOutputBuilder() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Returns true if it will use the external output builder.
isUseMargins() - Method in class net.windward.xmlreport.ProcessTxt
Deprecated.
use getRenderExtent() instead.
isUseMargins() - Method in interface net.windward.xmlreport.ProcessTxtAPI
If true, then the left page margin will be included in the output, creating leading spaces for each line.
isUseSoftEoln() - Method in class net.windward.xmlreport.ProcessTxt
If true, then then soft line breaks will be inserted and paragraphs will wrap to the next line.
isUseSoftEoln() - Method in interface net.windward.xmlreport.ProcessTxtAPI
If true, then then soft line breaks will be inserted and paragraphs will wrap to the next line.
isValid() - Method in class net.windward.datasource.jdbc.SelectParser
true if we could parse the select.
isValidQuery(String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
 
isValidQuery(String) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
isValidQuery(String) - Method in class net.windward.datasource.json.JsonQueryHelper
 
isValidSet(Object) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
 
isValidSet(Object) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
isValidSet(Object) - Method in class net.windward.datasource.json.JsonQueryHelper
 
iterator(ForEachTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
Called for a forEach tag.
iterator(ForEachTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Called for a forEach tag.

J

JdbcDataSource - Class in net.windward.datasource.jdbc
This supplies a data source to Windward Reports using jdbc.
JdbcDataSource(String, String, String, String) - Constructor for class net.windward.datasource.jdbc.JdbcDataSource
Create a DataSourceProvider that uses jdbc to access a SQL database.
JdbcDataSource(String, String) - Constructor for class net.windward.datasource.jdbc.JdbcDataSource
Create a DataSourceProvider that uses jdbc to access a SQL database.
JdbcDataSource(Connection) - Constructor for class net.windward.datasource.jdbc.JdbcDataSource
Create a DataSourceProvider that uses jdbc to access a SQL database.
JdbcDataSource.JdbcNode - Class in net.windward.datasource.jdbc
 
JdbcDataSource.JdbcSelect - Class in net.windward.datasource.jdbc
 
JdbcNode(AbstractDataSource) - Constructor for class net.windward.datasource.jdbc.JdbcDataSource.JdbcNode
 
JdbcQueryHelper - Class in net.windward.datasource.jdbc
Created by mattb on 2/1/2017.
JdbcQueryHelper(Connection, Logger, int, int, JdbcDataSource) - Constructor for class net.windward.datasource.jdbc.JdbcQueryHelper
 
JdbcResultRow - Class in net.windward.datasource.jdbc
Created by mattb on 2/1/2017.
JdbcResultRow(Map<String, Object>, String[], String) - Constructor for class net.windward.datasource.jdbc.JdbcResultRow
 
JdbcResultSet - Class in net.windward.datasource.jdbc
Created by mattb on 2/1/2017.
JdbcResultSet(ResultSet, PreparedStatement, JdbcDataSource, String) - Constructor for class net.windward.datasource.jdbc.JdbcResultSet
 
JdbcSelect(Object) - Constructor for class net.windward.datasource.jdbc.JdbcDataSource.JdbcSelect
 
JdbcSelectListener - Interface in net.windward.datasource.jdbc
JDBC Datasource query execute listener.
joinPdf(ProcessReport[], OutputStream) - Static method in class net.windward.xmlreport.JoinReports
Join multiple reports into a single generated PDF.
JoinReports - Class in net.windward.xmlreport
Join multiple reports into a single file.
JoinReports() - Constructor for class net.windward.xmlreport.JoinReports
 
JsonDataNode(AbstractDataSource, IDataSourceResultRow) - Constructor for class net.windward.datasource.json.JsonDataSource.JsonDataNode
JsonDataNode constructor: set query and doc
JsonDataNode(AbstractDataSource) - Constructor for class net.windward.datasource.json.JsonDataSource.JsonDataNode
 
JsonDataSource - Class in net.windward.datasource.json
JsonDataSource

Written by: Sarah Scheffler

This software is the confidential and proprietary information of Windward Studios ("Confidential Information").

JsonDataSource(String, int) - Constructor for class net.windward.datasource.json.JsonDataSource
Create a DataSourceProvider using the passed in connection strings.
JsonDataSource(InputStream, String) - Constructor for class net.windward.datasource.json.JsonDataSource
Creates a Json data source from an InputStream.
JsonDataSource.JsonDataNode - Class in net.windward.datasource.json
 
JsonDataSource.SortingComparer - Class in net.windward.datasource.json
 
JsonQueryHelper - Class in net.windward.datasource.json
Created by mattb on 2/16/2017.
JsonQueryHelper(InputStream, String, JsonDataSource) - Constructor for class net.windward.datasource.json.JsonQueryHelper
 
JsonResultRow - Class in net.windward.datasource.json
Created by mattb on 2/16/2017.
JsonResultRow(Object, String, String) - Constructor for class net.windward.datasource.json.JsonResultRow
 
JsonResultSet - Class in net.windward.datasource.json
Created by mattb on 2/16/2017.
JsonResultSet(List, List, String, String) - Constructor for class net.windward.datasource.json.JsonResultSet
 

L

LATER_VERSION - Static variable in exception net.windward.util.LicenseException
The license is not legit for the version of Windward Reports being run.
LicenseException - Exception in net.windward.util
This exception is thrown if there is a problem with the license for the engine.
LicenseException(int) - Constructor for exception net.windward.util.LicenseException
Create a LicenseException object.
LicenseException(int, String) - Constructor for exception net.windward.util.LicenseException
Create a LicenseException object.
LicenseException(String, Throwable, int) - Constructor for exception net.windward.util.LicenseException
Create a LicenseException object.
ListNetAddress - Class in net.windward.tools
Lists out all IP addresses on the local system.
ListNetAddress() - Constructor for class net.windward.tools.ListNetAddress
 
ListServers - Class in net.windward.tools
This lists out all Windward Reports servers running.
ListServers() - Constructor for class net.windward.tools.ListServers
 
ListServers.ServerInfo - Class in net.windward.tools
Info returned about each server.
loadFonts(int) - Static method in class net.windward.xmlreport.ProcessPdf
 
loadTemplate(InputStream, int, DocHeader, DocBody, boolean, String, String[]) - Method in class net.windward.xmlreport.ProcessReport
This is not part of the official API.
LOCALE_DEFAULT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Set the locale based on Windward Report's internal rules.
LOCALE_SYSTEM - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Set the locale to the system's default locale.
log - Static variable in class net.windward.datasource.ChartDataImpl
 
lookupVariable(DataSourceNode[], String) - Static method in class net.windward.datasource.DataSourceBase
Looks up the variable on the node stack.

M

main(String[]) - Static method in class net.windward.datasource.jdbc.VerifyJdbcConnection
Tests a JDBC connection.
main(String[]) - Static method in class net.windward.tools.CheckJdbc
Checks JDBC parameters to use when connecting to a databse.
main(String[]) - Static method in class net.windward.tools.CleanTemplates
Clean the selected templates.
main(String[]) - Static method in class net.windward.tools.ListNetAddress
 
main(String[]) - Static method in class net.windward.tools.ListServers
List out all Windward Reports servers running.
main(String[]) - Static method in class net.windward.tools.OutTagFormat
 
main(String[]) - Static method in class net.windward.tools.ShowFonts
Either run with no parameters, or a range of characters to test for entered in hex.
main(String[]) - Static method in class net.windward.tools.SystemTest
 
main(String[]) - Static method in class net.windward.tools.UpdatePods
Deprecated.
Use the import tag instead for content that needs to be updated.
main(String[]) - Static method in class net.windward.tools.XmlPerf
 
main(String[]) - Static method in class net.windward.util.UUEncode
Create a Base64 uuencoded version of a file.
main(String[]) - Static method in class net.windward.xmlreport.JoinReports
Join multiple files into a single PDF.
main(String[]) - Static method in class net.windward.xmlreport.RunReport
Create a report using Windward Reports.
mergePodItemStyles(byte[], boolean) - Method in class net.windward.xmlreport.ProcessReport
This is not part of the official API.
MISMATCHED_VARIABLE - Static variable in exception net.windward.env.DataSourceException
Does not have matching ${ ...
MISSING_END_FOREACH - Static variable in exception net.windward.tags.TagException
There was a forEach with no end.
MISSING_END_IF - Static variable in exception net.windward.tags.TagException
There was a if with no end.
MISSING_END_LINK - Static variable in exception net.windward.tags.TagException
There was a link with no end.
MISSING_END_SWITCH - Static variable in exception net.windward.tags.TagException
There was a link with no end.
MISSING_FILE - Static variable in exception net.windward.tags.TagException
The specified included file could not be found.
mode - Variable in class net.windward.datasource.abstract_datasource.ParsedQuery
VarResults.RESULTS_* value
MODE_CONNECTION_STRING - Static variable in class net.windward.datasource.json.JsonDataSource
constructor using mode the string is a connection string.
MODE_RAW_TEXT - Static variable in class net.windward.datasource.json.JsonDataSource
constructor using mode the string is the JSON in the string.
MULTIPLE_NODE_VALUES - Static variable in exception net.windward.tags.TagException
More than 1 node attribute was defined.

N

NAME_DATASET - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a dataset.
NAME_JSON - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a JSON datasource.
NAME_LITERAL - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for the internal literal datasource.
NAME_ODATA - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a OData datasource.
NAME_SFDC - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a SalesForce datasource.
NAME_SQL - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a SQL datasource.
NAME_XML - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a XML datasource.
NAME_XML_1_0 - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a XML (XPath 1.0) datasource.
NESTED_LINK - Static variable in exception net.windward.tags.TagException
Nested link
net.windward.datasource - package net.windward.datasource
This supplies a data source to Windward Reports.
net.windward.datasource.abstract_datasource - package net.windward.datasource.abstract_datasource
 
net.windward.datasource.dom4j - package net.windward.datasource.dom4j
This supplies an xml data source to Windward Reports.
net.windward.datasource.jdbc - package net.windward.datasource.jdbc
This supplies a sql data source to Windward Reports.
net.windward.datasource.json - package net.windward.datasource.json
 
net.windward.debug - package net.windward.debug
 
net.windward.env - package net.windward.env
 
net.windward.env.printer - package net.windward.env.printer
 
net.windward.env.xml - package net.windward.env.xml
 
net.windward.format - package net.windward.format
Create the report using the builder pattern.
net.windward.format.htm - package net.windward.format.htm
Create an html report using the builder pattern.
net.windward.format.htm.parse - package net.windward.format.htm.parse
 
net.windward.format.pdf.output - package net.windward.format.pdf.output
 
net.windward.format.pdf.output.exceptions - package net.windward.format.pdf.output.exceptions
 
net.windward.format.pdf.output.pdf - package net.windward.format.pdf.output.pdf
 
net.windward.format.pdf.output.pdf.hyphenation - package net.windward.format.pdf.output.pdf.hyphenation
 
net.windward.format.wordml - package 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.tags - package net.windward.tags
These are the classes that represent Windward Reports tags in the template.
net.windward.tools - package net.windward.tools
 
net.windward.util - package net.windward.util
Low-level utilities.
net.windward.xmlreport - package net.windward.xmlreport
The reporting-specific part of Windward Reports.
net.windward.xmlreport.xsnv.conditionalformatter - package net.windward.xmlreport.xsnv.conditionalformatter
 
next() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Returns the next node in the iteration.
next() - Method in interface net.windward.datasource.DataSourceIterator
Returns the next node in the iteration.
NO_KEY - Static variable in exception net.windward.util.LicenseException
There is no license key.
NO_NODE_VALUE - Static variable in exception net.windward.tags.TagException
There was no node for the tag - a value is required.
NO_PROP - Static variable in exception net.windward.util.LicenseException
The license entry in the properties file was not found.
NO_PROP_FILE - Static variable in exception net.windward.util.LicenseException
The Windward Reports properties file could not be found.
nodeExists() - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
true if the node exists, even if it has a value of null.
NOT_BATCH_MODE - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You can only apply batch to an object after calling setup.
NOT_COPY_MODE - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You can only copy an object after calling setup and before calling complete
NOT_DATA_MODE - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You can only apply data to an object after calling setup and before calling complete
NOT_INFO_MODE - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You can only get info on an object after calling setup and before calling complete
NOT_INITIALIZED - Static variable in exception net.windward.xmlreport.SetupException
You have not initialized the engine
NOT_SELF_CONTAINED - Static variable in exception net.windward.tags.TagException
Command is not self contained.
NOT_SUPPORT - Static variable in exception net.windward.env.DataSourceException
 
NOT_WORDML_FILE - Static variable in exception net.windward.format.wordml.WordMLException
This is not a WordML file.
numDatasources - Variable in class net.windward.xmlreport.ProcessReport.PhoneHomeStats
 
numTemplateImports - Variable in class net.windward.xmlreport.ProcessReport.PhoneHomeStats
 

O

OEM - Static variable in exception net.windward.util.LicenseException
OEM version called by non-OEM
OFFICE_ERROR - Static variable in exception net.windward.env.OutputLimitationException
Using Office to create the PDF, Office hit an issue.
ONE_APP_IN_THREAD_MODE - Static variable in exception net.windward.util.LicenseException
You may only run one app when thread limited.
OP_BEGIN_WITH - Static variable in class net.windward.datasource.SelectFilter.Filter
starts with (text only)
OP_CONTAINS - Static variable in class net.windward.datasource.SelectFilter.Filter
contains (text only)
OP_END_WITH - Static variable in class net.windward.datasource.SelectFilter.Filter
ends with (text only)
OP_EQUALS - Static variable in class net.windward.datasource.SelectFilter.Filter
equal
OP_GREATER_THAN - Static variable in class net.windward.datasource.SelectFilter.Filter
greater than (SQL: date/number only, XML: number only)
OP_GREATER_THAN_OR_EQUAL - Static variable in class net.windward.datasource.SelectFilter.Filter
greater than or equal (SQL: date/number only, XML: number only)
OP_LESS_THAN - Static variable in class net.windward.datasource.SelectFilter.Filter
less than (SQL: date/number only, XML: number only)
OP_LESS_THAN_OR_EQUAL - Static variable in class net.windward.datasource.SelectFilter.Filter
less than or equals (SQL: date/number only, XML: number only)
OP_LIKE - Static variable in class net.windward.datasource.SelectFilter.Filter
like (no wildcards added, but existing ones respected)
OP_NONE - Static variable in class net.windward.datasource.SelectFilter.Filter
no op
OP_NOT_BEGIN_WITH - Static variable in class net.windward.datasource.SelectFilter.Filter
does not start with (text only)
OP_NOT_CONTAINS - Static variable in class net.windward.datasource.SelectFilter.Filter
does not contain (text only)
OP_NOT_END_WITH - Static variable in class net.windward.datasource.SelectFilter.Filter
does not end with (text only)
OP_NOT_EQUALS - Static variable in class net.windward.datasource.SelectFilter.Filter
not equal
OP_NOT_LIKE - Static variable in class net.windward.datasource.SelectFilter.Filter
not like (no wildcards added, but existing ones respected)
OTHER_ERROR - Static variable in exception net.windward.env.OutputLimitationException
 
OutputLimitationException - Exception in net.windward.env
All output generators throw this exception if they hit a limit in the output format.
OutputLimitationException(int) - Constructor for exception net.windward.env.OutputLimitationException
Constructs a new exception with null as its detail message.
OutputLimitationException(int, String, Throwable) - Constructor for exception net.windward.env.OutputLimitationException
Constructs a new exception with the specified detail message and cause.
OutputLimitationException(int, String) - Constructor for exception net.windward.env.OutputLimitationException
Constructs a new exception with the specified detail message.
OutTagFormat - Class in net.windward.tools
This class provides a quick wat to determine the output of the <wr:out ...
OutTagFormat() - Constructor for class net.windward.tools.OutTagFormat
 

P

PARAM_MARKER - Static variable in class net.windward.datasource.abstract_datasource.ParsedQuery
 
parameters - Variable in class net.windward.datasource.abstract_datasource.ParsedQuery
 
parameters - Variable in class net.windward.datasource.jdbc.JdbcDataSource.JdbcSelect
 
parse(String, DataSourceNode[], int, int, String, boolean) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
parses the query and gets variable results.
PARSE_ERROR - Static variable in exception net.windward.format.wordml.WordMLException
The xml parser threw an exception.
parseAsDate(String) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
 
ParsedQuery - Class in net.windward.datasource.abstract_datasource
The internal parse() method in the datasources returns this object.
ParsedQuery(AbstractDataSource, AbstractDataSourceNode, String, List<VarResults>, int, String) - Constructor for class net.windward.datasource.abstract_datasource.ParsedQuery
 
PARTS_COLUMNS - Static variable in class net.windward.datasource.jdbc.SelectParser
What is being selected.
PARTS_END - Static variable in class net.windward.datasource.jdbc.SelectParser
Everything after the ORDER BY part.
PARTS_FROM - Static variable in class net.windward.datasource.jdbc.SelectParser
The FROM part.
PARTS_GROUP_BY - Static variable in class net.windward.datasource.jdbc.SelectParser
The GROUP BY part.
PARTS_ORDER_BY - Static variable in class net.windward.datasource.jdbc.SelectParser
The ORDER BY part.
PARTS_START - Static variable in class net.windward.datasource.jdbc.SelectParser
From the beginning (select) up to, but not including columns.
PARTS_WHERE - Static variable in class net.windward.datasource.jdbc.SelectParser
The WHERE part.
PdfException - Exception in net.windward.format.pdf.output.pdf
Signals that an unspecified problem while constructing a PDF document.
PdfException(Exception) - Constructor for exception net.windward.format.pdf.output.pdf.PdfException
 
PdfXConformanceException - Exception in net.windward.format.pdf.output.pdf
 
PdfXConformanceException() - Constructor for exception net.windward.format.pdf.output.pdf.PdfXConformanceException
Creates a new instance of PdfXConformanceException.
PdfXConformanceException(String) - Constructor for exception net.windward.format.pdf.output.pdf.PdfXConformanceException
Creates a new instance of PdfXConformanceException.
performLayout() - Method in class net.windward.xmlreport.ProcessReport
Returns true if the report will be laid out in processComplete().
PHONE_HOME_CANT_CONNECT - Static variable in exception net.windward.util.LicenseException
Can't connect to the phone home server.
PHONE_HOME_INCORRECT_FORMAT - Static variable in exception net.windward.util.LicenseException
The XML for a phone home request is incorrect.
PHONE_HOME_SERVER_UNHAPPY - Static variable in exception net.windward.util.LicenseException
The license server is disallowing the report.
PhoneHomeStats() - Constructor for class net.windward.xmlreport.ProcessReport.PhoneHomeStats
 
populateDatasourceException(DataSourceException, BaseTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Populates that properties in a DataSourceException via DataSourceException.setProperties().
populateDatasourceException(DataSourceException, BaseTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceProvider
Populates that properties in a DataSourceException via DataSourceException.setProperties().
populateDatasourceException(DataSourceException, BaseTag, DataSourceNode[]) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Populates that properties in a DataSourceException via DataSourceException.setProperties().
PREVIOUS_ERROR - Static variable in exception net.windward.util.LicenseException
A previous error stopped the system from initializing.
PrinterException - Exception in net.windward.env.printer
A printing exception that occurs in the PrinterOutputBuilder.
PrinterException() - Constructor for exception net.windward.env.printer.PrinterException
Constructs a new exception with null as its detail message.
PrinterException(String) - Constructor for exception net.windward.env.printer.PrinterException
Constructs a new exception with the specified detail message.
PrinterException(String, Throwable) - Constructor for exception net.windward.env.printer.PrinterException
Constructs a new exception with the specified detail message and cause.
process() - Method in class net.windward.xmlreport.ProcessHtml
Create a report from the input template and datasource(s) streams, writing it to the output (report) stream.
process() - Method in class net.windward.xmlreport.ProcessReport
Create a report from the input streams, writing it to the output (report) stream.
process() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Create a report from the input template & datasource(s), writing it to the output (report) stream.
processComplete() - Method in class net.windward.xmlreport.ProcessReport
Process the final report and create the output.
processComplete() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Process the final report and create the output.
ProcessConditionalFormat - Class in net.windward.xmlreport.xsnv.conditionalformatter
 
ProcessConditionalFormat() - Constructor for class net.windward.xmlreport.xsnv.conditionalformatter.ProcessConditionalFormat
 
ProcessCsv - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a csv report stream.
ProcessCsv(InputStream) - Constructor for class net.windward.xmlreport.ProcessCsv
Create a ProcessCsv object with the passed in template.
ProcessCsv(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessCsv
Create a ProcessCsv object with the passed in template, writing it to the passed in report stream.
ProcessCsv(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessCsv
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessCsvAPI - Interface in net.windward.xmlreport
This class is a subclass of ProcessReportAPI specifically for creating an output in the CSV format.
processData(DataSourceProvider, String) - Method in class net.windward.xmlreport.ProcessReport
Process a set of data for the report.
processData(Map<String, DataSourceProvider>) - Method in class net.windward.xmlreport.ProcessReport
Processes multiple sets of data for the report.
processData(DataSourceProvider, String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Process a set of data for the report.
processData(Map<String, DataSourceProvider>) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Process multiple sets of data for the report.
ProcessDocx - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a DOCX report stream.
ProcessDocx(InputStream) - Constructor for class net.windward.xmlreport.ProcessDocx
Create a ProcessDocx object with the passed in template.
ProcessDocx(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessDocx
Create a ProcessDocx object with the passed in template, writing it to the passed in report stream.
ProcessDocx(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessDocx
Create a ProcessDocx object with the passed in template & data streams, writing it to the passed in report stream.
ProcessDocx(ProcessReport) - Constructor for class net.windward.xmlreport.ProcessDocx
Do not use!!! Not part of the public API.
ProcessDocxAPI - Interface in net.windward.xmlreport
This class is a subclass of ProcessReportAPI specifically for creating an output in the DOCX format.
ProcessGraphics2D - Class in net.windward.xmlreport
Base ProcessReport class for all reports that use the Graphics2D builder.
ProcessGraphics2D() - Constructor for class net.windward.xmlreport.ProcessGraphics2D
 
ProcessGraphics2D(InputStream) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Create a ProcessReport object with the passed in template.
ProcessGraphics2D(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Create a ProcessReport object with the passed in template, writing it to the passed in report stream.
ProcessGraphics2D(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessGraphics2D(DataSourceProvider, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessGraphics2D(ProcessReport, OutputStream) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Creates and returns a copy of this object.
ProcessGraphics2D(ProcessReport) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Do not use!!! Not part of the public API.
ProcessGraphics2D(Document) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
 
ProcessHtml - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create an html report stream.
ProcessHtml(InputStream) - Constructor for class net.windward.xmlreport.ProcessHtml
Create a ProcessHtml object with the passed in template.
ProcessHtml(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessHtml
Create a ProcessHtml object with the passed in template, writing it to the passed in report stream.
ProcessHtml(InputStream, ArrayList<ByteArrayOutputStream>) - Constructor for class net.windward.xmlreport.ProcessHtml
Create a ProcessHtml object with the passed in template.
ProcessHtml(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessHtml
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessHtml(InputStream, InputStream, ArrayList<ByteArrayOutputStream>) - Constructor for class net.windward.xmlreport.ProcessHtml
Create a ProcessReport object with the passed in template & data streams.
ProcessHtmlAPI - Interface in net.windward.xmlreport
This class is a subclass of ProcessReportAPI specifically for creating an output in the html format.
ProcessImage - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a report rendered as a series of bitmaps, one bitmap per page.
ProcessImage(InputStream, int, int) - Constructor for class net.windward.xmlreport.ProcessImage
Create a ProcessImage object with the passed in template.
ProcessImage(InputStream, int) - Constructor for class net.windward.xmlreport.ProcessImage
Create a ProcessImage object with the passed in template.
ProcessOpenXml - Class in net.windward.xmlreport
Base ProcessReport class for all reports that write an OpenXML document (DOCX, PPTX, XLSX).
ProcessOpenXml(InputStream) - Constructor for class net.windward.xmlreport.ProcessOpenXml
Create a ProcessDocx object with the passed in template.
ProcessOpenXml(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessOpenXml
Create a ProcessDocx object with the passed in template, writing it to the passed in report stream.
ProcessOpenXml(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessOpenXml
Create a ProcessDocx object with the passed in template & data streams, writing it to the passed in report stream.
ProcessOpenXmlAPI - Interface in net.windward.xmlreport
This class is a subclass of ProcessReportAPI specifically for creating an output in any of the OpneXML formats.
ProcessPdf - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a pdf report stream.
ProcessPdf(InputStream) - Constructor for class net.windward.xmlreport.ProcessPdf
Create a ProcessPdf object with the passed in template.
ProcessPdf(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessPdf
Create a ProcessPdf object with the passed in template, writing it to the passed in report stream.
ProcessPdf(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessPdf
Create a ProcessPdf object with the passed in template & data streams, writing it to the passed in report stream.
ProcessPdfAPI - Interface in net.windward.xmlreport
This class is a subclass of ProcessReportAPI specifically for creating an output in the pdf format.
ProcessPostScript - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a report rendered as a postscript file.
ProcessPostScript(InputStream) - Constructor for class net.windward.xmlreport.ProcessPostScript
THIS IS A BETA FEATURE Create a ProcessPostScript object with the passed in template.
ProcessPostScript(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessPostScript
THIS IS A BETA FEATURE Create a ProcessPostScript object with the passed in template, writing it to the passed in report stream.
ProcessPptx - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a PPTX report stream.
ProcessPptx(InputStream) - Constructor for class net.windward.xmlreport.ProcessPptx
Create a ProcessPptx object with the passed in template.
ProcessPptx(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessPptx
Create a ProcessPptx object with the passed in template, writing it to the passed in report stream.
ProcessPptx(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessPptx
Create a ProcessPptx object with the passed in template & data streams, writing it to the passed in report stream.
ProcessPptx(ProcessReport) - Constructor for class net.windward.xmlreport.ProcessPptx
Do not use!!! Not part of the public API.
ProcessPptxAPI - Interface in net.windward.xmlreport
This class is a subclass of ProcessReportAPI specifically for creating an output in the Pptx format.
ProcessPrinter - Class in net.windward.xmlreport
Process object for a printer report.
ProcessPrinter(InputStream, String) - Constructor for class net.windward.xmlreport.ProcessPrinter
Create a printer report.
ProcessPrinter(InputStream) - Constructor for class net.windward.xmlreport.ProcessPrinter
Create a ProcessPrinter.
ProcessPrinter(DataSourceProvider, InputStream, String, int) - Constructor for class net.windward.xmlreport.ProcessPrinter
Create a ProcessPrinter.
ProcessPrinter(ProcessPrinter) - Constructor for class net.windward.xmlreport.ProcessPrinter
Creates and returns a copy of this ProcessPrinter object.
ProcessPrinterAPI - Interface in net.windward.xmlreport
Interface for ProcessPrinter.
ProcessReport - Class in net.windward.xmlreport
This class is the base class that takes a template stream and a DataSource and merges them to create a report stream.
ProcessReport(InputStream) - Constructor for class net.windward.xmlreport.ProcessReport
Create a ProcessReport object with the passed in template.
ProcessReport(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessReport
Create a ProcessReport object with the passed in template, writing it to the passed in report stream.
ProcessReport(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessReport
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessReport(DataSourceProvider, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessReport
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessReport(ProcessReport, OutputStream) - Constructor for class net.windward.xmlreport.ProcessReport
Creates and returns a copy of this object.
ProcessReport(ProcessReport) - Constructor for class net.windward.xmlreport.ProcessReport
Do not use!!! Not part of the public API.
ProcessReport.CleanDatasource - Class in net.windward.xmlreport
This is not part of the public interface.
ProcessReport.DrillDownTemplate - Class in net.windward.xmlreport
This is not part of the public interface.
ProcessReport.PhoneHomeStats - Class in net.windward.xmlreport
 
ProcessReportAPI - Interface in net.windward.xmlreport
This class is the base class that takes a template stream and a DataSource and merges them to create a report stream.
ProcessReportAPIBase - Interface in net.windward.xmlreport
This class is the base class that takes a template stream and a DataSource and merges them to create a report stream.
ProcessRtf - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a rtf report stream.
ProcessRtf(InputStream) - Constructor for class net.windward.xmlreport.ProcessRtf
Create a ProcessRtf object with the passed in template.
ProcessRtf(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessRtf
Create a ProcessRtf object with the passed in template, writing it to the passed in report stream.
ProcessRtf(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessRtf
Create a ProcessRtf object with the passed in template & data streams, writing it to the passed in report stream.
ProcessRtfAPI - Interface in net.windward.xmlreport
This class is a subclass of ProcessReportAPI specifically for creating an output in the rtf format.
processSetup() - Method in class net.windward.xmlreport.ProcessReport
Process the template and get the report ready to process data files.
processSetup(int) - Method in class net.windward.xmlreport.ProcessReport
Process the template and get the report ready to process data files.
processSetup() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Process the template and get the report ready to process data files.
processSetup(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Process the template and get the report ready to process data files.
ProcessTxt - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a txt report stream.
ProcessTxt(InputStream) - Constructor for class net.windward.xmlreport.ProcessTxt
Create a ProcessTxt object with the passed in template.
ProcessTxt(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessTxt
Create a ProcessTxt object with the passed in template, writing it to the passed in report stream.
ProcessTxt(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessTxt
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessTxtAPI - Interface in net.windward.xmlreport
This class is a subclass of ProcessReportAPI specifically for creating an output in the ASCII text format.
ProcessXlsx - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a DOCX report stream.
ProcessXlsx(InputStream) - Constructor for class net.windward.xmlreport.ProcessXlsx
Create a ProcessXlsx object with the passed in template.
ProcessXlsx(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessXlsx
Create a ProcessXlsx object with the passed in template, writing it to the passed in report stream.
ProcessXlsx(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessXlsx
Create a ProcessXlsx object with the passed in template & data streams, writing it to the passed in report stream.
ProcessXlsx(ProcessReport) - Constructor for class net.windward.xmlreport.ProcessXlsx
Do not use!!! Not part of the public API.
ProcessXlsxAPI - Interface in net.windward.xmlreport
This class is a subclass of ProcessReportAPI specifically for creating an output in the DOCX format.

Q

QueryPair - Class in net.windward.datasource.abstract_datasource
Contains a query (or switch) tag and the result row (only 1 row) from the tag's query.
QueryPair(BaseTag, IDataSourceResultRow) - Constructor for class net.windward.datasource.abstract_datasource.QueryPair
 
queryRow - Variable in class net.windward.datasource.abstract_datasource.QueryPair
The data results from the tag's query
querytext - Variable in class net.windward.datasource.abstract_datasource.ParsedQuery
 

R

REFUSED_LICENSE_SERVER - Static variable in exception net.windward.util.LicenseException
For license server.
remove() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
This will throw an UnsupportedOperationException.
remove() - Method in interface net.windward.datasource.DataSourceIterator
This will throw an UnsupportedOperationException.
RENDER_EPS - Static variable in class net.windward.format.htm.HtmlImage
An EPS snippet.
RENDER_EXTENT_ALL - Static variable in interface net.windward.xmlreport.ProcessReportAPI
In get/setExtent() - the extent will be the entire document, nothing is cropped.
RENDER_EXTENT_CROP_CONTENT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
In get/setExtent() - The smalles rectangle for each page that does not crop content.
RENDER_EXTENT_CROP_MARGINS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
In get/setExtent() - the margins will be cropped, even if that removes content.
RENDER_PDF - Static variable in class net.windward.format.htm.HtmlImage
A PDF snippet.
RENDER_SVG - Static variable in class net.windward.format.htm.HtmlImage
A SVG file.
RESULTS_INDEX_PAST_END - Static variable in class net.windward.datasource.abstract_datasource.VarResults
 
RESULTS_INDEX_PAST_END - Static variable in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
 
RESULTS_NODE_NOT_EXIST - Static variable in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
 
RESULTS_NODE_NOT_EXISTS - Static variable in class net.windward.datasource.abstract_datasource.VarResults
 
RESULTS_QUERY - Static variable in class net.windward.datasource.abstract_datasource.VarResults
 
RESULTS_VALUE - Static variable in class net.windward.datasource.abstract_datasource.VarResults
 
RESULTS_VALUE - Static variable in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
 
RESULTS_XPATH - Static variable in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
 
resultSetToString(String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
 
resultSetToString(String) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
resultSetToString(String) - Method in class net.windward.datasource.json.JsonQueryHelper
 
RETURN_RESULTSET - Static variable in class net.windward.datasource.abstract_datasource.ParsedQuery
 
RETURN_ROW - Static variable in class net.windward.datasource.abstract_datasource.ParsedQuery
 
returnValue(IDataSourceResultRow, String) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Return the requested value from a result set.
REVOKED - Static variable in exception net.windward.util.LicenseException
This license is revoked.
rootNode - Variable in class net.windward.datasource.abstract_datasource.AbstractDataSource
 
run() - Method in class net.windward.tools.ListServers
 
RunReport - Class in net.windward.xmlreport
A sample usage of Windward Reports.
RunReport() - Constructor for class net.windward.xmlreport.RunReport
 

S

select - Variable in class net.windward.datasource.jdbc.JdbcDataSource.JdbcSelect
 
SELECT_ON_A_VAR - Static variable in exception net.windward.env.DataSourceException
 
SelectBase - Class in net.windward.datasource
Base class for SelectFilter and SelectList.
SelectBase(int) - Constructor for class net.windward.datasource.SelectBase
Create the object.
SelectBase(int, String) - Constructor for class net.windward.datasource.SelectBase
Create the object.
SelectFilter - Class in net.windward.datasource
A specialized filter value for a select parameter.
SelectFilter(int) - Constructor for class net.windward.datasource.SelectFilter
Create the object.
SelectFilter(int, String, SelectFilter.Filter[], boolean) - Constructor for class net.windward.datasource.SelectFilter
Create a select with 2 filters.
SelectFilter.Filter - Class in net.windward.datasource
An individual filter in the select.
SelectList - Class in net.windward.datasource
A specialized list value for a select parameter.
SelectList(int, String, List) - Constructor for class net.windward.datasource.SelectList
Create the object.
selectNodes(IDataSourceResultSet) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
 
selectNodes(IDataSourceResultSet) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
selectNodes(IDataSourceResultSet) - Method in class net.windward.datasource.json.JsonQueryHelper
 
SelectParser - Class in net.windward.datasource.jdbc
Simple select parser.
SelectParser(String) - Constructor for class net.windward.datasource.jdbc.SelectParser
Parse the string.
SELF_CONTAINED - Static variable in exception net.windward.tags.TagException
Command is self contained.
ServerInfo(String, String, String, String, String) - Constructor for class net.windward.tools.ListServers.ServerInfo
Create the object.
setAutoMetadata(String) - Method in class net.windward.xmlreport.TemplateVariable
 
setBaseDirectory(String) - Method in class net.windward.xmlreport.ProcessReport
Set the base directory used for imported files that have a relative path.
setBaseDirectory(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set the base directory used for imported files that have a relative path.
setBitmapType(int) - Method in class net.windward.format.htm.HtmlImage
Set the type of picture this is.
setBreakPage(boolean) - Method in class net.windward.xmlreport.ProcessTxt
Set true if a Ctrl-L is in the report for each page break.
setBreakPage(boolean) - Method in interface net.windward.xmlreport.ProcessTxtAPI
Set true if a Ctrl-L is in the report for each page break.
setCellSeparator(char) - Method in class net.windward.xmlreport.ProcessCsv
Set the character used to seperate cells.
setCellSeparator(char) - Method in interface net.windward.xmlreport.ProcessCsvAPI
Set the character used to seperate cells.
setCharset(int) - Method in class net.windward.xmlreport.ProcessReport
Html and txt files are generated using a charset (the rest use unicode).
setCharset(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Html and txt files are generated using a charset (the others use unicode).
setChartsAsCharts(boolean) - Method in class net.windward.xmlreport.ProcessOpenXml
true if chart tags that are in the template as a chart, will be rendered as charts in the generated report.
setChartsAsCharts(boolean) - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
true if chart tags that are in the template as a chart, will be rendered as charts in the generated report.
setCompressionLevel(int) - Method in class net.windward.xmlreport.ProcessPdf
Set the compression level.
setCompressionLevel(int) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Set the compression level.
setCopies(int) - Method in class net.windward.xmlreport.ProcessPrinter
 
setCopies(int) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Sets the total number of copies to be printed.
setCopyAllTags(boolean) - Method in class net.windward.xmlreport.ProcessRtf
Set copy unknown tags mode on or off.
setCopyAllTags(boolean) - Method in interface net.windward.xmlreport.ProcessRtfAPI
Set copy unknown tags mode on or off.
setCopyDrawings(boolean) - Method in class net.windward.xmlreport.ProcessOpenXml
True if drawings are to be copied to output.
setCopyDrawings(boolean) - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
True if drawings are to be copied to output.
setCopyEmbeddedObjects(boolean) - Method in class net.windward.xmlreport.ProcessReport
True if embedded objects are to be copied to output.
setCopyEmbeddedObjects(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
True if embedded objects are to be copied to output.
setCopyMetadata(int) - Method in class net.windward.xmlreport.ProcessOpenXml
Set if the Windward metadata will be copied to the generated report.
setCopyMetadata(int) - Method in class net.windward.xmlreport.ProcessReport
Set if the Windward metadata will be copied to the generated report.
setCopyMetadata(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set if the Windward metadata will be copied to the generated report.
setCopyMetadata(int) - Method in class net.windward.xmlreport.ProcessRtf
Set if the Windward metadata will be copied to the generated report.
setCopyShapes(boolean) - Method in class net.windward.xmlreport.ProcessOpenXml
True if shapes are to be copied to output.
setCopyShapes(boolean) - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
True if shapes are to be copied to output.
setCss(int, OutputStream, String) - Method in class net.windward.xmlreport.ProcessHtml
Sets if the css information will be written to a separate file, as part of the html file, or skipped (because the file already exists).
setCss(int, OutputStream, String) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Sets if the css information will be written to a separate file, as part of the html file, or skipped (because the file already exists).
setDataMode(int) - Method in class net.windward.xmlreport.ProcessCsv
Set the embed data setting.
setDataMode(int) - Method in class net.windward.xmlreport.ProcessReport
Set the embed data setting.
setDataMode(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
As the report is run, the data for each tag can also be placed in an associated data.xml file.
setDataStream(OutputStream) - Method in class net.windward.xmlreport.ProcessReport
As the report is run, the data for each tag can also be placed in an associated data.xml file.
setDataStream(OutputStream) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
As the report is run, the data for each tag can also be placed in an associated data.xml file.
setDebugHandler(IDebugHandler) - Method in class net.windward.xmlreport.ProcessReport
The debug handler assigned to this report if debugging.
setDebugMode(boolean) - Method in class net.windward.xmlreport.ProcessReport
Set debug mode on or off.
setDebugMode(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set debug mode on or off.
setDefaultNamespacePrefix(String) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
The prefixes for namespaces are pulled from the XML datasource.
setDescription(String) - Method in class net.windward.xmlreport.ProcessReport
Set the description of the document.
setDescription(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set the description of the document.
setDocPos(DocumentPosition) - Method in exception net.windward.env.WindwardException
The position in the document where this exception occured.
setDrillDownInfo(ProcessReport.DrillDownTemplate) - Method in class net.windward.xmlreport.ProcessReport
Set the info for the template file this is in.
setDrillDownInfo(ProcessReport.DrillDownTemplate) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set the info for the template file this is in.
SetDseProps(DataSourceException, BaseTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
 
setDuplex(PrinterConfiguration.Duplex) - Method in class net.windward.xmlreport.ProcessPrinter
 
setDuplex(PrinterConfiguration.Duplex) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Set the printer's duplex setting.
setEmbededDataMode(int) - Method in class net.windward.xmlreport.ProcessHtml
Set the embed data setting.
setEmbededDataMode(int) - Method in class net.windward.xmlreport.ProcessImage
Set the embed data setting.
setEmbededDataMode(int) - Method in class net.windward.xmlreport.ProcessPostScript
Set the embed data setting.
setEmbededDataMode(int) - Method in class net.windward.xmlreport.ProcessPrinter
Set the embed data setting.
setEmbededDataMode(int) - Method in class net.windward.xmlreport.ProcessTxt
Set the embed data setting.
setEmbedImages(boolean) - Method in class net.windward.xmlreport.ProcessHtml
When set to true, tells the engine to embed all images in the HTML file instead of using separate image files; more information found on Wikipedia: http://en.wikipedia.org/wiki/Data_URI_scheme
setEmbedImages(boolean) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
When set to true, tells the engine to embed all images in the HTML file instead of using separate image files; more information found on Wikipedia: http://en.wikipedia.org/wiki/Data_URI_scheme
setEventHandler(WindwardEventHandler) - Method in class net.windward.xmlreport.ProcessReport
Assign event handler to the report.
setEventHandler(WindwardEventHandler) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Assign event handler to the report.
setExtraPict(boolean) - Method in class net.windward.xmlreport.ProcessRtf
Set if writes each image twice.
setExtraPict(boolean) - Method in interface net.windward.xmlreport.ProcessRtfAPI
Set if writes each image twice.
setFirstPagePrinter(String) - Method in class net.windward.xmlreport.ProcessPrinter
Sets the first page printer.
setFirstPagePrinter(String) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Sets the first page printer.
setFirstPageTray(int) - Method in class net.windward.xmlreport.ProcessPrinter
Sets the tray for the first page.
setFirstPageTray(int) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Sets the tray for the first page.
setFont(String) - Method in class net.windward.xmlreport.ProcessTxt
Set the font used when formatting txt output.
setFont(String) - Method in interface net.windward.xmlreport.ProcessTxtAPI
Set the font used when formatting txt output.
setFontLevel(int) - Method in class net.windward.xmlreport.ProcessPdf
Set the font level.
setFontLevel(int) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Set the font level.
setFontSize(int) - Method in class net.windward.xmlreport.ProcessTxt
Set the font size used when formatting txt output.
setFontSize(int) - Method in interface net.windward.xmlreport.ProcessTxtAPI
Set the font size used when formatting txt output.
setFullFile(boolean) - Method in class net.windward.xmlreport.ProcessHtml
The report can be generated as either a complete html file, or as just the body.
setFullFile(boolean) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
The report can be generated as either a complete html file, or as just the body.
setFullTag(String) - Method in exception net.windward.env.WindwardException
If this error occured while processing a tag, this is the tag it was processing.
setGlobal(String) - Method in class net.windward.datasource.SelectBase
Set to apply globally with this metadata.
setHeadersFooters(boolean) - Method in class net.windward.xmlreport.ProcessHtml
When set true tells the engine to grab the first header and footer it finds and places them at the beggining and end of the html document respectivley.
setHeadersFooters(boolean) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
When set true tells the engine to grab the first header and footer it finds and places them at the beggining and end of the html document respectivley.
setHiddenMode(int) - Method in class net.windward.xmlreport.ProcessReport
Get the mode for handling hidden objecxts in the template.
setHiddenMode(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Get the mode for handling hidden objecxts in the template.
setHyphenate(int) - Method in class net.windward.xmlreport.ProcessReport
Set if the generated report will be hyphenated.
setHyphenate(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set if the generated report will be hyphenated.
setIgnoreTags(boolean) - Method in class net.windward.xmlreport.ProcessReport
 
setImagePath(String, String, String) - Method in class net.windward.xmlreport.ProcessHtml
Set a path that all images will be saved to.
setImagePath(String, String, String) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Set a path that all images will be saved to.
setJobName(String) - Method in class net.windward.xmlreport.ProcessPrinter
 
setJobName(String) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Set the name of the print job.
setKeyLength(int) - Method in class net.windward.xmlreport.ProcessPdf
Set the password licenseKey length.
setKeyLength(int) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Set the password licenseKey length.
setKeywords(String) - Method in class net.windward.xmlreport.ProcessReport
Set the keywords of the document.
setKeywords(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set the keywords of the document.
setLayoutDocument(boolean) - Method in class net.windward.xmlreport.ProcessReport
If set to false, then for output we do not have to layout (DOCX, XLSX, PPTX, HTML in non-pages mode), the engine will not perform layout on the generated report.
setLayoutDocument(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
If set to false, then for output we do not have to layout (DOCX, XLSX, PPTX, HTML in non-pages mode), the engine will not perform layout on the generated report.
setLocale(Locale) - Method in class net.windward.xmlreport.ProcessReport
This call set's the locale used in creating a report.
setLocale(Locale) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
This call set's the locale used in creating a report.
SetNamespaces(XPathNamespace[]) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
 
setNewline(String) - Method in class net.windward.xmlreport.ProcessCsv
Get the string used to create a newline.
setNewline(String) - Method in interface net.windward.xmlreport.ProcessCsvAPI
Get the string used to create a newline.
setOutputBuilder(IOutputBuilderEngine) - Static method in class net.windward.xmlreport.ProcessReport
Set the output builder.
setOutputBuilderData(Object) - Method in class net.windward.xmlreport.ProcessReport
Optional data to pass to the external output builder.
setOutputBuilderData(Object) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Optional data to pass to the external output builder.
setOwnerPassword(String) - Method in class net.windward.xmlreport.ProcessPdf
Set the owner password for the report.
setOwnerPassword(String) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Set the owner password for the report.
setParameters(Map<String, Object>) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
This call is for internal engine use only.
setParameters(Map<String, Object>) - Method in interface net.windward.datasource.DataSourceProvider
This call is for internal engine use only.
setParameters(Map<String, Object>) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
This call is for internal engine use only.
setParameters(Map<String, Object>) - Method in class net.windward.xmlreport.ProcessReport
 
setParameters(Map<String, Object>) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Adds a map that is used for ${variable} substitution.
setParamMode(int) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Set the parameter substitution mode.
setParamMode(int) - Method in interface net.windward.datasource.DataSourceProvider
Set the parameter substitution mode.
setParamMode(int) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Set the parameter substitution mode.
setPdfA(boolean) - Method in class net.windward.xmlreport.ProcessPdf
true if build a PDF/A-1b file.
setPdfA(boolean) - Method in interface net.windward.xmlreport.ProcessPdfAPI
true if build a PDF/A-1b file.
setPdfVersion(String) - Method in class net.windward.xmlreport.ProcessPdf
Gets the PDF version number used to create the file.
setPdfVersion(String) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Gets the PDF version number used to create the file.
setPreservePodFraming(boolean) - Method in class net.windward.xmlreport.ProcessReport
True if Pod framing should be preserved for Pods in the document.
setPreservePodFraming(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
True if UDT framing should be preserved for UDTs in the document.
setPrinter(String) - Method in class net.windward.xmlreport.ProcessPrinter
Sets the printer to the specified printer name.
setPrinter(String) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Sets the printer to the specified printer name.
setProperties(BaseTag, Map, ForEachTag[], QueryTag[]) - Method in exception net.windward.env.DataSourceException
Set the remaining properties.
setProperties(BaseTag) - Method in exception net.windward.env.DataSourceException
Set the tag property.
setQuoteChar(char) - Method in class net.windward.xmlreport.ProcessCsv
Set the character used to quote a cell.
setQuoteChar(char) - Method in interface net.windward.xmlreport.ProcessCsvAPI
Set the character used to quote a cell.
setRecalculateOnOpen(boolean) - Method in class net.windward.xmlreport.ProcessOpenXml
true if the document is to perform recalculation when first opened.
setRecalculateOnOpen(boolean) - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
true if the document is to perform recalculation when first opened.
setRemoveUnusedFormats(boolean) - Method in class net.windward.xmlreport.ProcessReport
True to remove all unused formatting information from the template when rendering the report.
setRemoveUnusedFormats(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
True to remove all unused formatting information from the template when rendering the report.
setRenderExtent(int) - Method in class net.windward.xmlreport.ProcessGraphics2D
 
setRenderExtent(int) - Method in class net.windward.xmlreport.ProcessReport
 
setRenderExtent(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
How the generated report will be cropped.
setRenderExtent(int) - Method in class net.windward.xmlreport.ProcessTxt
 
setRenderPages(String) - Method in class net.windward.xmlreport.ProcessGraphics2D
 
setRenderPages(String) - Method in class net.windward.xmlreport.ProcessReport
 
setRenderPages(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
The pages that will be generated.
setResultSet(ResultSet) - Method in class net.windward.datasource.jdbc.JdbcResultSet
 
setSecurity(int) - Method in class net.windward.xmlreport.ProcessPdf
Set the security for the created pdf report.
setSecurity(int) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Set the security for the created pdf report.
setShowHeaders(boolean) - Method in class net.windward.xmlreport.ProcessTxt
Set if the header and footers are printed in the report.
setShowHeaders(boolean) - Method in interface net.windward.xmlreport.ProcessTxtAPI
Set if the header and footers are printed in the report.
setSort(int) - Method in class net.windward.datasource.SelectBase
Set the sort order.
setSpec(int) - Method in class net.windward.xmlreport.ProcessHtml
Sets the spec that the produced report must run under.
setSpec(int) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Sets the spec that the produced report must run under.
setSplitPages(boolean) - Method in class net.windward.xmlreport.ProcessHtml
When set to true, tells the engine to split HTML output into multiple documents, one for each page of the document.
setSplitPages(boolean) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
When set to true, tells the engine to split HTML output into multiple documents, one for each page of the document.
setSubject(String) - Method in class net.windward.xmlreport.ProcessReport
Set the subject of the document.
setSubject(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set the subject of the document.
setTemplateVersion(int) - Method in class net.windward.xmlreport.ProcessReport
Set the verion of Windward/AutoTag this template was created for.
setTemplateVersion(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set the version of Windward/AutoTag this template was created for.
setTimeout(int) - Method in class net.windward.xmlreport.ProcessReport
Set the number of seconds to timeout generating a report.
setTimeout(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set the number of seconds to timeout generating a report.
setTitle(String) - Method in class net.windward.xmlreport.ProcessReport
Set the title of the document.
setTitle(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set the title of the document.
setTrackErrors(int) - Method in class net.windward.xmlreport.ProcessReport
 
setTrackErrors(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Enable or disable the error handling and verify features.
setTrackImports(boolean) - Method in class net.windward.xmlreport.ProcessReport
True if you want to call getImports after processing datasources.
setTrackImports(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
True if you want to call getImports after processing datasources.
setTray(int) - Method in class net.windward.xmlreport.ProcessPrinter
Sets the tray to be printed to.
setTray(int) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Sets the tray to be printed to.
setTrimWhitespace(boolean) - Method in class net.windward.xmlreport.ProcessCsv
Set if cells should have whitespace trimmed from beginning and end.
setTrimWhitespace(boolean) - Method in interface net.windward.xmlreport.ProcessCsvAPI
Set if cells should have whitespace trimmed from beginning and end.
SETUP_ALREADY_CALLED - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You need to call processSetup exactly once.
SETUP_NOT_CALLED - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You need to call processSetup first.
SetupException - Exception in net.windward.xmlreport
Thrown if there is a problem initializing the engine.
SetupException(int) - Constructor for exception net.windward.xmlreport.SetupException
 
SetupException(int, Exception) - Constructor for exception net.windward.xmlreport.SetupException
 
setUseExternalOutputBuilder(boolean) - Method in class net.windward.xmlreport.ProcessReport
Set to true to use the external output builder.
setUseExternalOutputBuilder(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set to true to use the external output builder.
setUseMargins(boolean) - Method in class net.windward.xmlreport.ProcessTxt
Deprecated.
use setRenderExtent() instead.
setUseMargins(boolean) - Method in interface net.windward.xmlreport.ProcessTxtAPI
If true, then the left page margin will be included in the output, creating leading spaces for each line.
setUserPassword(String) - Method in class net.windward.xmlreport.ProcessPdf
Set the user password for the report.
setUserPassword(String) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Set the user password for the report.
setUseSoftEoln(boolean) - Method in class net.windward.xmlreport.ProcessTxt
If true, then then soft line breaks will be inserted and paragraphs will wrap to the next line.
setUseSoftEoln(boolean) - Method in interface net.windward.xmlreport.ProcessTxtAPI
If true, then then soft line breaks will be inserted and paragraphs will wrap to the next line.
setUseTemplatePageWidth(boolean) - Method in class net.windward.xmlreport.ProcessHtml
When set true tells the engine to put the entire page into a container with margins the same as the template document page width
setUseTemplatePageWidth(boolean) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
When set true tells the engine to put the entire page into a container with margins the same as the template document page width
setWriteTags(int) - Method in class net.windward.xmlreport.ProcessReport
Set the style unprocessed tags are written out as.
setWriteTags(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Set the style unprocessed tags are written out as.
ShowFonts - Class in net.windward.tools
This will display all fonts java is aware of on this system.
ShowFonts() - Constructor for class net.windward.tools.ShowFonts
 
shutdown() - Static method in class net.windward.xmlreport.ProcessReport
Releases all resources held by Windward Reports.
SHUTDOWN_CALLED - Static variable in exception net.windward.xmlreport.SetupException
You called shutdown.
SingleFromXml(TinyElement) - Static method in class net.windward.xmlreport.TemplateVariable
 
SORT_ASCENDING - Static variable in class net.windward.datasource.SelectBase
sort ascending
SORT_DESCENDING - Static variable in class net.windward.datasource.SelectBase
sort descending
SORT_NO_OVERRIDE - Static variable in class net.windward.datasource.SelectBase
Do not change sort
SortingComparer() - Constructor for class net.windward.datasource.json.JsonDataSource.SortingComparer
 
statLine(String, boolean) - Static method in class net.windward.xmlreport.ProcessReport
 
STOP - Static variable in exception net.windward.debug.DebugException
debugger stop command
stringToType(String) - Static method in class net.windward.format.htm.HtmlImage
Convert the file extension to the int type.
stringToTypeNoError(String) - Static method in class net.windward.format.htm.HtmlImage
Convert the file extension to the int type.
substituteVariables(String[], Object[], String, List<VarResults>) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
Called by the AbstractDataSource to substitute values into a select statement.
substituteVariables(String[], Object[], String, List<VarResults>) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
we do this a little different for jdbc we just throw question marks into the query and let the sql statement class make the substitutions.
substituteVariables(String[], Object[], String, List<VarResults>) - Method in class net.windward.datasource.json.JsonQueryHelper
Called by the AbstractDataSource to substitute values into a select statement.
supportsDataSets() - Method in class net.windward.datasource.DataSourceBase
Does this datasource support data sets?
supportsDataSets() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Does this datasource support data sets?
supportsDataSets() - Method in class net.windward.datasource.jdbc.JdbcDataSource
Does this datasource support data sets?
supportsDataSets() - Method in class net.windward.datasource.json.JsonDataSource
Does this datasource support data sets?
SystemTest - Class in net.windward.tools
User: dave Date: Nov 17, 2006 Time: 9:10:45 AM Test JVM calls and speed.
SystemTest() - Constructor for class net.windward.tools.SystemTest
 

T

tag - Variable in class net.windward.datasource.abstract_datasource.QueryPair
The query (or switch) tag that has this row of results
TAG_STYLE_CONTROL_2007 - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Write tags out as ContentControl (Word) and bitmap/chart (Open XML).
TAG_STYLE_FIELD - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Write tags out as a field (Word), in the autotag() macro (Excel), or as a hyperlink (PPT).
TAG_STYLE_FIELD_2007 - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Write tags out as Fields/macro and bitmap/chart (Open XML).
TAG_STYLE_TEXT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Write tags out as plain text.
tagAttrs - Static variable in class net.windward.datasource.DataSourceTags
The list of tags attributes.
TagException - Exception in net.windward.tags
If a tag cannot be parsed, they're unbalanced, etc.
TagException(int, BaseTag) - Constructor for exception net.windward.tags.TagException
Create a TagException object.
TagException(int, String, BaseTag) - Constructor for exception net.windward.tags.TagException
Create a TagException object.
TagException(int, String, BaseTag, Throwable) - Constructor for exception net.windward.tags.TagException
Create a TagException object.
TagException(int, int, String, BaseTag, Throwable) - Constructor for exception net.windward.tags.TagException
Creates a TagException object by appending txt to the cause's message.
TagException(TagException, String) - Constructor for exception net.windward.tags.TagException
 
TagException(int, int, BaseTag) - Constructor for exception net.windward.tags.TagException
Create a TagException object.
TEMPLATE_TYPE_DOCM - Static variable in class net.windward.xmlreport.ProcessReport
The template is a Word 2007 DOCM file.
TEMPLATE_TYPE_DOCX - Static variable in class net.windward.xmlreport.ProcessReport
The template is a Word 2007 DOCX file.
TEMPLATE_TYPE_HTML - Static variable in class net.windward.xmlreport.ProcessReport
The template is an HTML fragment...
TEMPLATE_TYPE_PPTM - Static variable in class net.windward.xmlreport.ProcessReport
The template is a Powerpoint Presentation PPTM file.
TEMPLATE_TYPE_PPTX - Static variable in class net.windward.xmlreport.ProcessReport
The template is a Powerpoint Presentation PPTX file.
TEMPLATE_TYPE_UNKNOWN - Static variable in class net.windward.xmlreport.ProcessReport
Parse the template to determine what format it is.
TEMPLATE_TYPE_XLSM - Static variable in class net.windward.xmlreport.ProcessReport
The template is an Excel 2007 Macro enabled XLSM file.
TEMPLATE_TYPE_XLSX - Static variable in class net.windward.xmlreport.ProcessReport
The template is an Excel 2007 XLSX file.
TemplateInfo - Class in net.windward.xmlreport
Information about a template.
TemplateInfo.DataSourceProfile - Class in net.windward.xmlreport
Information stored in the template for a datasource.
TemplateInfo.DataSourceProfile.DataSetProfile - Class in net.windward.xmlreport
A dataset in a datasource.
TemplateParseException - Exception in net.windward.format
All parsers throw exceptions based on this class.
TemplateParseException() - Constructor for exception net.windward.format.TemplateParseException
Constructs a new exception with null as its detail message.
TemplateParseException(String, Throwable) - Constructor for exception net.windward.format.TemplateParseException
Constructs a new exception with the specified detail message and cause.
TemplateParseException(String) - Constructor for exception net.windward.format.TemplateParseException
Constructs a new exception with the specified detail message.
TemplateVariable - Class in net.windward.xmlreport
 
TemplateVariable(String, String, boolean, TemplateVariable.VAR_TYPE, Object, TemplateVariable.CAL_OFFSET, String) - Constructor for class net.windward.xmlreport.TemplateVariable
Create a non-SELECT object.
TemplateVariable(String, String, boolean, boolean, boolean, boolean, boolean, TemplateVariable.VAR_TYPE, Object, String, String) - Constructor for class net.windward.xmlreport.TemplateVariable
Create a SELECT object.
TemplateVariable(String, String, boolean, TemplateVariable.VAR_TYPE, Iterable<TemplateVariableValue>, Iterable<TemplateVariableValue>, TemplateVariable.CAL_OFFSET, String) - Constructor for class net.windward.xmlreport.TemplateVariable
Create a non-SELECT object.
TemplateVariable(String, String, boolean, boolean, boolean, boolean, boolean, TemplateVariable.VAR_TYPE, Iterable<TemplateVariableValue>, Iterable<TemplateVariableValue>, String, String) - Constructor for class net.windward.xmlreport.TemplateVariable
Create a SELECT object.
TemplateVariable(String, TemplateVariable) - Constructor for class net.windward.xmlreport.TemplateVariable
Create a variable object with a new name.
TemplateVariable(TemplateVariable) - Constructor for class net.windward.xmlreport.TemplateVariable
Copy constructor.
TemplateVariable.CAL_OFFSET - Enum in net.windward.xmlreport
What offset from the date run to set the calendar value to.
TemplateVariable.VAR_TYPE - Enum in net.windward.xmlreport
What type of variable this data is
TIMEOUT - Static variable in exception net.windward.xmlreport.TimeoutException
the process timed out
TimeoutException - Exception in net.windward.xmlreport
Thrown if the report takes longer than the timeout value to build, or the process was aborted.
TimeoutException(int) - Constructor for exception net.windward.xmlreport.TimeoutException
Constructs a new runtime exception with null as its detail message.
TinyException - Exception in net.windward.env.xml
All exceptions in out xml wrappers throw this exception.
TinyException(String, Throwable) - Constructor for exception net.windward.env.xml.TinyException
Create an exception.
TinyException(Throwable) - Constructor for exception net.windward.env.xml.TinyException
Create an exception.
TOO_MANY_CORES - Static variable in exception net.windward.util.LicenseException
Running on more cores than licensed for
TOO_MANY_MACHINES - Static variable in exception net.windward.util.LicenseException
Running on more machines than licensed for
TOO_MANY_THREADS - Static variable in exception net.windward.util.LicenseException
Running on more cores than licensed for
toString() - Method in class net.windward.datasource.jdbc.JdbcDataSource.JdbcSelect
 
toString() - Method in class net.windward.datasource.SelectFilter.Filter
Returns a string representation of the object.
toString() - Method in class net.windward.datasource.SelectFilter
Returns a string representation of the object.
TYP_CSV - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The output will be a CSV document.
TYP_DOCX - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The output will be a DOCX document.
TYP_HTML - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The output report stream will be an HTML document
TYP_IMAGE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The output will be a series of bitmaps.
TYP_PDF - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The output report stream will be a PDF document
TYP_PPTX - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The output will be a PPTX documnet.
TYP_PRINTER - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The output will be a Printer document
TYP_PS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The output will be a postscript document.
TYP_RTF - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The output report stream will be a RTF document
TYP_TXT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The output report stream will be an ASCII text document
TYP_XLSX - Static variable in interface net.windward.xmlreport.ProcessReportAPI
The output will be a XLSX document.
TYPE_OTHER - Static variable in class net.windward.xmlreport.ProcessReport.CleanDatasource
Datasource is an unknown type
TYPE_SQL - Static variable in class net.windward.xmlreport.ProcessReport.CleanDatasource
Datasource is a SQL database
TYPE_XML - Static variable in class net.windward.xmlreport.ProcessReport.CleanDatasource
Datasource is an XML file
TypeToEnum(String) - Static method in class net.windward.datasource.DataSourceTags
For a tagtype name returns the BaseTag.
typeToStr(int) - Static method in class net.windward.format.htm.HtmlImage
For a HtmlImage.BITMAP_ type, return the extension (no period).

U

UNEXPECTED_CASE - Static variable in exception net.windward.tags.TagException
There was a case not inside a switch.
UNEXPECTED_ELSE - Static variable in exception net.windward.tags.TagException
There was an else with no matching if before it.
UNEXPECTED_END_FOREACH - Static variable in exception net.windward.tags.TagException
There was an end with no matching forEach before it.
UNEXPECTED_END_IF - Static variable in exception net.windward.tags.TagException
There was an end with no matching if before it.
UNEXPECTED_END_LINK - Static variable in exception net.windward.tags.TagException
There was an end with no matching link before it.
UNEXPECTED_END_SWITCH - Static variable in exception net.windward.tags.TagException
There was an end with no matching link before it.
UNKNOWN - Static variable in exception net.windward.env.DataSourceException
 
UNKNOWN - Static variable in exception net.windward.env.EquationException
 
UNKNOWN_ERROR - Static variable in exception net.windward.util.LicenseException
Some problem with the license.
UNKNOWN_FONT - Static variable in exception net.windward.env.OutputLimitationException
 
UNKNOWN_IP - Static variable in exception net.windward.util.LicenseException
The machine's IP address is not in the license.
UNKNOWN_REPORT_TYPE - Static variable in exception net.windward.env.OutputLimitationException
 
UNKNOWN_TAG - Static variable in exception net.windward.tags.TagException
Unknown tag.
UNKNOWN_VAR - Static variable in exception net.windward.env.DataSourceException
 
UNSUPPORTED_TAG_PROPERTY - Static variable in exception net.windward.env.DataSourceException
 
UnsupportedPdfException - Exception in net.windward.format.pdf.output.exceptions
Typed exception used when opening an existing PDF document.
UnsupportedPdfException(String) - Constructor for exception net.windward.format.pdf.output.exceptions.UnsupportedPdfException
Creates an instance of an UnsupportedPdfException.
UpdatePods - Class in net.windward.tools
Update the pods in the selected files.
UpdatePods() - Constructor for class net.windward.tools.UpdatePods
 
updatePods(UdtUpdate[]) - Method in class net.windward.xmlreport.ProcessReport
Deprecated.
Use the import tag instead for content that needs to be updated.
updatePods(UdtUpdate[]) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Update the UDTs.
UUEncode - Class in net.windward.util
UUEncode and UUDecode utilities.
UUEncode() - Constructor for class net.windward.util.UUEncode
 

V

validateTag(BaseTag) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Verifys that a tag has all required attributes and no unknown attributes.
validateTag(BaseTag) - Method in interface net.windward.datasource.DataSourceProvider
Verifys that a tag has all required attributes and no unknown attributes.
validateTag(BaseTag) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Verifys that a tag has all required attributes and no unknown attributes.
valueOf(String) - Static method in enum net.windward.xmlreport.TemplateVariable.CAL_OFFSET
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.windward.xmlreport.TemplateVariable.VAR_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.windward.xmlreport.TemplateVariable.CAL_OFFSET
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.windward.xmlreport.TemplateVariable.VAR_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
Called by AbstractDataSource to return string value of obj returned from getValue(tag, stack) method.
valueToString(Object) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
valueToString(Object) - Method in class net.windward.datasource.json.JsonQueryHelper
Called by AbstractDataSource to return string value of obj returned from getValue(tag, stack) method.
VARIABLE_SUBSTITUTION_ERROR - Static variable in exception net.windward.env.EquationException
 
VarResults - Class in net.windward.datasource.abstract_datasource
Holds the variable from a select for use inside the datasource processing.
VarResults(AbstractDataSource, int, Object, DataSourceNode, String, String) - Constructor for class net.windward.datasource.abstract_datasource.VarResults
Create the object - we have a variable.
VerifyJdbcConnection - Class in net.windward.datasource.jdbc
Test a JDBC connection
VerifyJdbcConnection() - Constructor for class net.windward.datasource.jdbc.VerifyJdbcConnection
 
VERSION_1_2 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Create a PDF version 1.2 report.
VERSION_1_3 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Create a PDF version 1.3 report.
VERSION_1_4 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Create a PDF version 1.4 report.
VERSION_1_5 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Create a PDF version 1.5 report.
VERSION_1_6 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Create a PDF version 1.6 report.
VERSION_1_7 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Create a PDF version 1.7 report.

W

WindwardException - Exception in net.windward.env
All Windward exceptions inherit from this.
WindwardException() - Constructor for exception net.windward.env.WindwardException
Constructs a new exception with null as its detail message.
WindwardException(String) - Constructor for exception net.windward.env.WindwardException
Constructs a new exception with the specified detail message.
WindwardException(String, Throwable) - Constructor for exception net.windward.env.WindwardException
Constructs a new exception with the specified detail message and cause.
WindwardException(WindwardException) - Constructor for exception net.windward.env.WindwardException
Copy constructor
WindwardRuntimeException - Exception in net.windward.env
An unchecked exception in the Windward Reports engine.
User: tomasr Date: Jan 7, 2011 Time: 1:51:47 PM
WindwardRuntimeException() - Constructor for exception net.windward.env.WindwardRuntimeException
Constructs a new runtime exception with null as its detail message.
WindwardRuntimeException(String) - Constructor for exception net.windward.env.WindwardRuntimeException
Constructs a new runtime exception with the specified detail message.
WindwardRuntimeException(String, Throwable) - Constructor for exception net.windward.env.WindwardRuntimeException
Constructs a new runtime exception with the specified detail message and cause.
WORD_MORE_THAN_63_COLUMNS - Static variable in exception net.windward.env.OutputLimitationException
Word tables are limited to 63 columns
WORD_NESTED_TEXTBOX - Static variable in exception net.windward.env.OutputLimitationException
 
WordMLException - Exception in net.windward.format.wordml
 
WordMLException(int, String, int) - Constructor for exception net.windward.format.wordml.WordMLException
Create an exception object, setting the exception type.
WordMLException(Throwable, int, String, int) - Constructor for exception net.windward.format.wordml.WordMLException
Create an exception object, setting the exception type.
WRONG_ATTRIBUTES - Static variable in exception net.windward.tags.TagException
Missing or extra attributes.
WRONG_NUMBER_OF_PARAMETERS - Static variable in exception net.windward.env.EquationException
 
WRONG_OUTPUT_FORMAT - Static variable in exception net.windward.util.LicenseException
This license is for a different template type.
WRONG_PRODUCT - Static variable in exception net.windward.util.LicenseException
This license is for a different product.
WRONG_TEMPLATE - Static variable in exception net.windward.util.LicenseException
This license is for a different template type.

X

XHTML - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Create a HTML file that conforms to the XHTML spec.
XmlPerf - Class in net.windward.tools
This class is used to determine how fast dom4j can load and parse a xml file.
XmlPerf() - Constructor for class net.windward.tools.XmlPerf
 
XPathNamespace - Class in net.windward.datasource.dom4j
Namespaces to set for the XPath datasource.
XPathNamespace(String, String) - Constructor for class net.windward.datasource.dom4j.XPathNamespace
Initializes a new instance of the class.

_

_assert(boolean) - Static method in exception net.windward.util.AssertException
Called to assert a boolean value.
A B C D E F G H I J L M N O P Q R S T U V W X _ 

Copyright © 2017 Windward Reports - All Rights Reserved. We are java reporting software