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

Constructor Detail

AttributeExpressionReadHandler

public AttributeExpressionReadHandler()

Method Detail

doneParsing

protected void doneParsing()
Done parsing.

Throws: SAXException if there is a parsing error.

getAttributeName

public String getAttributeName()

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.

getNamespace

public String getNamespace()