Class JRXmlBaseWriter

  • Direct Known Subclasses:
    JRXmlTemplateWriter, JRXmlWriter

    public abstract class JRXmlBaseWriter
    extends Object
    Base XML writer.
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Field Detail

      • PROPERTY_REPORT_VERSION

        public static final String PROPERTY_REPORT_VERSION
        Property that specifies the JasperReports version associated with this report. Report elements/attributes newer than this version are neglected by the JRXML writers when a report template is generated. If not set, all elements/attributes will be printed out.
        See Also:
        JRXmlWriter, Constant Field Values
      • version

        protected String version
    • Constructor Detail

      • JRXmlBaseWriter

        public JRXmlBaseWriter()