Class DesignerExpressionPropertyReadHandler

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

    public class DesignerExpressionPropertyReadHandler
    extends org.pentaho.reporting.engine.classic.core.modules.parser.base.common.PropertyStringReadHandler
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doneParsing()
      Done parsing.
      protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild​(String uri, String tagName, org.pentaho.reporting.engine.classic.core.modules.parser.base.PropertyAttributes attrs)  
      Object getObject()
      Returns the object for this element or null, if this element does not create an object.
      boolean isIgnorable()  
      void startParsing​(org.pentaho.reporting.engine.classic.core.modules.parser.base.PropertyAttributes attrs)
      Starts parsing.
      • Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.PropertyStringReadHandler

        characters, getResult
      • Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.AbstractPropertyXmlReadHandler

        getHandlerForChild, startParsing
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler

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

      • DesignerExpressionPropertyReadHandler

        public DesignerExpressionPropertyReadHandler​(org.pentaho.reporting.engine.classic.core.util.beans.BeanUtility expression,
                                                     String expressionName)
    • Method Detail

      • startParsing

        public void startParsing​(org.pentaho.reporting.engine.classic.core.modules.parser.base.PropertyAttributes attrs)
                          throws SAXException
        Starts parsing.
        Overrides:
        startParsing in class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.PropertyStringReadHandler
        Parameters:
        attrs - the attributes.
        Throws:
        SAXException - if there is a parsing error.
      • getHandlerForChild

        protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild​(String uri,
                                                                                                 String tagName,
                                                                                                 org.pentaho.reporting.engine.classic.core.modules.parser.base.PropertyAttributes attrs)
                                                                                          throws SAXException
        Overrides:
        getHandlerForChild in class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.AbstractPropertyXmlReadHandler
        Throws:
        SAXException
      • doneParsing

        public void doneParsing()
                         throws SAXException
        Done parsing.
        Overrides:
        doneParsing in class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.PropertyStringReadHandler
        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.engine.classic.core.modules.parser.base.common.PropertyStringReadHandler
        Returns:
        the object.
      • isIgnorable

        public boolean isIgnorable()