Uses of Class
net.sf.jasperreports.engine.data.JRAbstractTextDataSource
-
Packages that use JRAbstractTextDataSource Package Description net.sf.jasperreports.engine.data Provides various report data source implementations and allows creating custom data sources.net.sf.jasperreports.engine.query Provides support for report queries and query executers. -
-
Uses of JRAbstractTextDataSource in net.sf.jasperreports.engine.data
Subclasses of JRAbstractTextDataSource in net.sf.jasperreports.engine.data Modifier and Type Class Description classAbstractPoiXlsDataSourceThis data source implementation reads an XLSX or XLS stream.classAbstractXlsDataSourceThis data source implementation reads an XLSX or XLS stream.classAbstractXmlDataSource<T extends AbstractXmlDataSource<?>>Abstract XML data source implementation that allows to access the data from a xml document using XPath expressions.classExcelDataSourceThis data source implementation reads an XLSX or XLS stream.classJaxenXmlDataSourceclassJRCsvDataSourceThis datasource implementation reads a CSV stream.classJRXlsxDataSourceDeprecated.Replaced byExcelDataSource.classJRXmlDataSourceXML data source implementation that allows to access the data from a xml document using XPath expressions.classJsonDataSourceJSON data source implementationclassJsonQLDataSourceclassXlsDataSourceDeprecated.Replaced byExcelDataSource.Methods in net.sf.jasperreports.engine.data with parameters of type JRAbstractTextDataSource Modifier and Type Method Description voidJRAbstractTextDataSource. setTextAttributes(JRAbstractTextDataSource textDataSource)Copy the text parsing attributes for another object. -
Uses of JRAbstractTextDataSource in net.sf.jasperreports.engine.query
Classes in net.sf.jasperreports.engine.query with type parameters of type JRAbstractTextDataSource Modifier and Type Class Description classAbstractJsonQueryExecuter<T extends JRAbstractTextDataSource & JsonData>
-