Class ReportFunctionPropertyReadHandler

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

    public class ReportFunctionPropertyReadHandler
    extends org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportFunctionPropertyReadHandler​(org.pentaho.reporting.engine.classic.core.util.beans.BeanUtility beanUtility)  
    • Method Summary

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

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

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

      • ReportFunctionPropertyReadHandler

        public ReportFunctionPropertyReadHandler​(org.pentaho.reporting.engine.classic.core.util.beans.BeanUtility beanUtility)
    • Method Detail

      • startParsing

        protected void startParsing​(Attributes attrs)
                             throws SAXException
        Starts parsing.
        Overrides:
        startParsing in class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
        Parameters:
        attrs - the attributes.
        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.StringReadHandler
        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
        Overrides:
        getObject in class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
        Returns:
        the object.
        Throws:
        SAXException - if an parser error occured.