Uses of Class
net.sf.jasperreports.engine.data.JRXmlDataSource
Packages that use JRXmlDataSource
Package
Description
Provides various report data source implementations and allows creating custom data sources.
-
Uses of JRXmlDataSource in net.sf.jasperreports.engine.data
Methods in net.sf.jasperreports.engine.data that return JRXmlDataSourceModifier and TypeMethodDescriptionJRXmlDataSource.dataSource()JRXmlDataSource.dataSource(String selectExpr) Creates a sub data source using as root document the document used by "this" data source.JRXmlDataSource.subDataSource()JRXmlDataSource.subDataSource(String selectExpr) Creates a sub data source using the current node (record) as the root of the document.