Uses of Interface
net.sf.jasperreports.engine.data.HierarchicalDataSource
-
Packages that use HierarchicalDataSource Package Description net.sf.jasperreports.engine.data Provides various report data source implementations and allows creating custom data sources. -
-
Uses of HierarchicalDataSource in net.sf.jasperreports.engine.data
Subinterfaces of HierarchicalDataSource in net.sf.jasperreports.engine.data Modifier and Type Interface Description interfaceJsonData<T extends JsonData<T>>Classes in net.sf.jasperreports.engine.data that implement HierarchicalDataSource Modifier and Type Class Description classAbstractXmlDataSource<T extends AbstractXmlDataSource<?>>Abstract XML data source implementation that allows to access the data from a xml document using XPath expressions.classJaxenXmlDataSourceclassJRXmlDataSourceXML data source implementation that allows to access the data from a xml document using XPath expressions.classJsonDataCollection<D extends JsonData<D>>classJsonDataSourceJSON data source implementationclassJsonQLDataSource
-