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.fastexcel net.sf.jasperreports.jaxen.data net.sf.jasperreports.json.data net.sf.jasperreports.json.query net.sf.jasperreports.poi.data net.sf.jasperreports.xalan.data -
-
Uses of JRAbstractTextDataSource in net.sf.jasperreports.engine.data
Subclasses of JRAbstractTextDataSource in net.sf.jasperreports.engine.data Modifier and Type Class Description class
AbstractXlsDataSource
This data source implementation reads an XLSX or XLS stream.class
AbstractXmlDataSource<T extends AbstractXmlDataSource<?>>
Abstract XML data source implementation that allows to access the data from a xml document using XPath expressions.class
JRCsvDataSource
This datasource implementation reads a CSV stream.class
JRXmlDataSource
XML data source implementation that allows to access the data from a xml document using XPath expressions.Methods in net.sf.jasperreports.engine.data with parameters of type JRAbstractTextDataSource Modifier and Type Method Description void
JRAbstractTextDataSource. setTextAttributes(JRAbstractTextDataSource textDataSource)
Copy the text parsing attributes for another object. -
Uses of JRAbstractTextDataSource in net.sf.jasperreports.fastexcel
Subclasses of JRAbstractTextDataSource in net.sf.jasperreports.fastexcel Modifier and Type Class Description class
FastExcelDataSource
This data source implementation reads an XLSX stream. -
Uses of JRAbstractTextDataSource in net.sf.jasperreports.jaxen.data
Subclasses of JRAbstractTextDataSource in net.sf.jasperreports.jaxen.data Modifier and Type Class Description class
JaxenXmlDataSource
-
Uses of JRAbstractTextDataSource in net.sf.jasperreports.json.data
Subclasses of JRAbstractTextDataSource in net.sf.jasperreports.json.data Modifier and Type Class Description class
JsonDataSource
JSON data source implementationclass
JsonQLDataSource
-
Uses of JRAbstractTextDataSource in net.sf.jasperreports.json.query
Classes in net.sf.jasperreports.json.query with type parameters of type JRAbstractTextDataSource Modifier and Type Class Description class
AbstractJsonQueryExecuter<T extends JRAbstractTextDataSource & JsonData>
-
Uses of JRAbstractTextDataSource in net.sf.jasperreports.poi.data
Subclasses of JRAbstractTextDataSource in net.sf.jasperreports.poi.data Modifier and Type Class Description class
AbstractPoiXlsDataSource
This data source implementation reads an XLSX or XLS stream.class
ExcelDataSource
This data source implementation reads an XLSX or XLS stream.class
JRXlsxDataSource
Deprecated.Replaced byExcelDataSource
.class
XlsDataSource
Deprecated.Replaced byExcelDataSource
. -
Uses of JRAbstractTextDataSource in net.sf.jasperreports.xalan.data
Subclasses of JRAbstractTextDataSource in net.sf.jasperreports.xalan.data Modifier and Type Class Description class
XalanXmlDataSource
-