Class JRXmlWriter


  • public class JRXmlWriter
    extends JRXmlBaseWriter
    A writer that produces the JRXML representation of an in-memory report.

    Sometimes report designs are generated automatically using the JasperReports API. Report design objects obtained this way can be serialized for disk storage or transferred over the network, but they also can be stored in JRXML format.

    The JRXML representation of a given report design object can be obtained by using one of the public static writeReport() methods exposed by this class.

    Author:
    Teodor Danciu ([email protected]), Minor enhancements by Barry Klawans ([email protected])