Class AbstractReportElementReadHandler

    • Constructor Detail

      • AbstractReportElementReadHandler

        public AbstractReportElementReadHandler()
    • Method Detail

      • getStyle

        protected org.pentaho.reporting.engine.classic.core.style.ElementStyleSheet getStyle()
      • getElement

        protected abstract org.pentaho.reporting.engine.classic.core.Element getElement()
      • getHandlerForChild

        protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild​(String uri,
                                                                                                 String tagName,
                                                                                                 Attributes atts)
                                                                                          throws SAXException
        Returns the handler for a child element.
        Overrides:
        getHandlerForChild in class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
        Parameters:
        uri - the URI of the namespace of the current element.
        tagName - the tag name.
        atts - the attributes.
        Returns:
        the handler or null, if the tagname is invalid.
        Throws:
        SAXException - if there is a parsing error.
      • doneParsing

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