Class BandElementReadHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      BandElementReadHandler​(org.pentaho.reporting.engine.classic.core.Band band)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doneParsing()
      Done parsing.
      org.pentaho.reporting.engine.classic.core.Band getBand()  
      protected org.pentaho.reporting.engine.classic.core.Element getElement()  
      protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild​(String uri, String tagName, Attributes atts)
      Returns the handler for a child element.
      Object getObject()
      Returns the resulting properties collection, never null.
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler

        getPropertyHandlers, getPropertyTagName, getResult
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler

        characters, deriveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement, startParsing
    • Constructor Detail

      • BandElementReadHandler

        public BandElementReadHandler​(org.pentaho.reporting.engine.classic.core.Band band)
    • Method Detail

      • 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 AbstractReportElementReadHandler
        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.
      • getBand

        public org.pentaho.reporting.engine.classic.core.Band getBand()
      • getObject

        public Object getObject()
                         throws SAXException
        Returns the resulting properties collection, never null.
        Specified by:
        getObject in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
        Overrides:
        getObject in class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
        Returns:
        the properties.
        Throws:
        SAXException - if there is a parsing error.