Class JRXmlLoader


  • public class JRXmlLoader
    extends java.lang.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)