org.jfree.report.modules.factories.report.flow

Class TypedPropertyReadHandler


public class TypedPropertyReadHandler
extends PropertyReadHandler

Creation-Date: 09.04.2006, 12:58:24
Author:
Thomas Morgner

Constructor Summary

TypedPropertyReadHandler(BeanUtility beanDescription, String expressionName, CharacterEntityParser entityParser)

Method Summary

protected void
doneParsing()
Done parsing.
protected XmlReadHandler
getHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.
protected void
startParsing(Attributes attrs)
Starts parsing.

Constructor Details

TypedPropertyReadHandler

public TypedPropertyReadHandler(BeanUtility beanDescription,
                                String expressionName,
                                CharacterEntityParser entityParser)

Method Details

doneParsing

protected void doneParsing()
            throws SAXException
Done parsing.

getHandlerForChild

protected XmlReadHandler getHandlerForChild(String uri,
                                            String tagName,
                                            Attributes atts)
            throws SAXException
Returns the handler for a child element.
Parameters:
tagName - the tag name.
atts - the attributes.
Returns:
the handler or null, if the tagname is invalid.

startParsing

protected void startParsing(Attributes attrs)
            throws SAXException
Starts parsing.
Parameters:
attrs - the attributes.