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

Class ExpressionReadHandler


public class ExpressionReadHandler
extends AbstractExpressionReadHandler

Creation-Date: 09.04.2006, 13:40:08
Author:
Thomas Morgner

Constructor Summary

ExpressionReadHandler()

Method Summary

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

Methods inherited from class org.jfree.report.modules.factories.report.flow.AbstractExpressionReadHandler

getDefaultClassName, getExpression, getHandlerForChild, getObject, startParsing

Constructor Details

ExpressionReadHandler

public ExpressionReadHandler()

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.
Overrides:
getHandlerForChild in interface AbstractExpressionReadHandler
Parameters:
tagName - the tag name.
atts - the attributes.
Returns:
the handler or null, if the tagname is invalid.