Class JRXmlLoader

java.lang.Object
net.sf.jasperreports.engine.xml.JRXmlLoader

public class JRXmlLoader extends Object
Utility class that helps parsing a JRXML file into a JasperDesign object.

This can be done using one of the load(...) or loadXml methods published by this class. Applications might need to do this in cases where report templates kept in their source form (JRXML) must be modified at runtime based on some user input and then compiled on the fly for filling with data.

Author:
Teodor Danciu (teodord@users.sourceforge.net)