Class JFreeReportReadHandler

  • All Implemented Interfaces:
    org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

    public class JFreeReportReadHandler
    extends AbstractPropertyXmlReadHandler
     <!ELEMENT report   (configuration?, reportheader?, reportfooter?, pageheader?,
     pagefooter?, watermark?, groups?, items?, functions?)>
     <!ATTLIST report
       width          CDATA           #IMPLIED
       height         CDATA           #IMPLIED
       name           CDATA           #IMPLIED
       pageformat     %pageFormats;   #IMPLIED
       orientation    (%orientations;) "portrait"
       leftmargin     CDATA           #IMPLIED
       rightmargin    CDATA           #IMPLIED
       topmargin      CDATA           #IMPLIED
       bottommargin   CDATA           #IMPLIED
     >
     
    • Constructor Detail

      • JFreeReportReadHandler

        public JFreeReportReadHandler()
    • Method Detail

      • init

        public void init​(org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler rootHandler,
                         String uri,
                         String tagName)
                  throws SAXException
        Initialises the handler.
        Specified by:
        init in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
        Overrides:
        init in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Parameters:
        rootHandler - the root handler.
        tagName - the tag name.
        Throws:
        SAXException
      • doneParsing

        protected void doneParsing()
                            throws SAXException
        Done parsing.
        Overrides:
        doneParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Throws:
        SAXException - if there is a parsing error.
      • getObject

        public Object getObject()
        Returns the object for this element.
        Returns:
        the object.