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

Class AttributeExpressionReadHandler


public class AttributeExpressionReadHandler
extends AbstractExpressionReadHandler

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

Constructor Summary

AttributeExpressionReadHandler()

Method Summary

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

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

getDefaultClassName, getExpression, getHandlerForChild, getObject, startParsing

Constructor Details

AttributeExpressionReadHandler

public AttributeExpressionReadHandler()

Method Details

doneParsing

protected void doneParsing()
            throws SAXException
Done parsing.

getAttributeName

public String getAttributeName()

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.

getNamespace

public String getNamespace()