Uses of Class
net.sf.jasperreports.engine.data.AbstractXmlDataSource
-
Packages that use AbstractXmlDataSource Package Description net.sf.jasperreports.engine.data Provides various report data source implementations and allows creating custom data sources. -
-
Uses of AbstractXmlDataSource in net.sf.jasperreports.engine.data
Classes in net.sf.jasperreports.engine.data with type parameters of type AbstractXmlDataSource 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.Subclasses of AbstractXmlDataSource in net.sf.jasperreports.engine.data Modifier and Type Class Description classJaxenXmlDataSourceclassJRXmlDataSourceXML data source implementation that allows to access the data from a xml document using XPath expressions.
-