Class ExtSubReportReadHandler

    • Constructor Detail

      • ExtSubReportReadHandler

        public ExtSubReportReadHandler()
    • 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
      • isDisableRootTagWarning

        public boolean isDisableRootTagWarning()
      • 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 or null, if this element does not create an object.
        Specified by:
        getObject in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
        Returns:
        the object.