Class TypedPropertyReadHandler

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

    public class TypedPropertyReadHandler
    extends org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
    Creation-Date: 09.04.2006, 12:58:24
    Author:
    Thomas Morgner
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doneParsing()
      Done parsing.
      protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild​(java.lang.String uri, java.lang.String tagName, org.xml.sax.Attributes atts)
      Returns the handler for a child element.
      protected void startParsing​(org.xml.sax.Attributes attrs)
      Starts parsing.
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler

        getName
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler

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

        deriveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypedPropertyReadHandler

        public TypedPropertyReadHandler​(BeanUtility beanDescription,
                                        java.lang.String expressionName,
                                        CharacterEntityParser entityParser)
    • Method Detail

      • doneParsing

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

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

        protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild​(java.lang.String uri,
                                                                                                 java.lang.String tagName,
                                                                                                 org.xml.sax.Attributes atts)
                                                                                          throws org.xml.sax.SAXException
        Returns the handler for a child element.
        Overrides:
        getHandlerForChild in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Parameters:
        tagName - the tag name.
        atts - the attributes.
        Returns:
        the handler or null, if the tagname is invalid.
        Throws:
        org.xml.sax.SAXException - if there is a parsing error.