Class JRPrintXmlLoader

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

public class JRPrintXmlLoader extends Object
Utility class that helps reconverting XML documents into JasperPrint objects.

Generated documents can be stored in XML format if they are exported using the JRXmlExporter. After they're exported, one can parse them back into JasperPrint objects by using this class.

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