Class SparklineStylesReadHandler

  • All Implemented Interfaces:
    org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.StyleReadHandler, org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

    public class SparklineStylesReadHandler
    extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
    implements org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.StyleReadHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object getObject()
      Returns the object for this element or null, if this element does not create an object.
      void setStyleSheet​(org.pentaho.reporting.engine.classic.core.style.ElementStyleSheet styleSheet)  
      protected void startParsing​(Attributes attrs)
      Starts parsing.
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler

        characters, deriveParseParameters, doneParsing, endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement
      • Methods inherited from interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

        characters, endElement, init, startElement
    • Constructor Detail

      • SparklineStylesReadHandler

        public SparklineStylesReadHandler()
    • Method Detail

      • startParsing

        protected void startParsing​(Attributes attrs)
                             throws SAXException
        Starts parsing.
        Overrides:
        startParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Parameters:
        attrs - the attributes.
        Throws:
        SAXException - if there is a parsing error.
      • getObject

        public Object getObject()
                         throws SAXException
        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.
        Throws:
        SAXException - if an parser error occurred.
      • setStyleSheet

        public void setStyleSheet​(org.pentaho.reporting.engine.classic.core.style.ElementStyleSheet styleSheet)
        Specified by:
        setStyleSheet in interface org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.StyleReadHandler