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 voiddoneParsing()
Done parsing.
protected XmlReadHandlergetHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.
protected voidstartParsing(Attributes attrs)
Starts parsing.

Constructor Detail

TypedPropertyReadHandler

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

Method Detail

doneParsing

protected void doneParsing()
Done parsing.

Throws: SAXException if there is a parsing error.

getHandlerForChild

protected XmlReadHandler getHandlerForChild(String uri, String tagName, Attributes atts)
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.

Throws: SAXException if there is a parsing error.

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing error.