Class JRXmlExporterParameter


  • public class JRXmlExporterParameter
    extends JRExporterParameter
    Deprecated.
    Replaced by XmlExporterOutput.
    Contains parameters useful for export in XML format. The generated XML has a custom structure whose DTD defintion can be found in the net.sf.jasperreports.engine.dtds package of the JasperReports library. Because of this custom format it's easy to import back the XML file to a JasperPrint object.

    The report images can be either stored internally in the resulting XML document or as separate files on disk. The internally stored images are saved as BASE64 encoded byte arrays in CDATA sections.

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