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

Class AttributeReadHandler

public class AttributeReadHandler extends PropertyReadHandler

Creation-Date: 09.04.2006, 12:58:24

Author: Thomas Morgner

Constructor Summary
AttributeReadHandler()
Method Summary
protected voiddoneParsing()
Done parsing.
StringgetNamespace()
ObjectgetObject()
Returns the object for this element.
protected voidstartParsing(Attributes attrs)
Starts parsing.

Constructor Detail

AttributeReadHandler

public AttributeReadHandler()

Method Detail

doneParsing

protected void doneParsing()
Done parsing.

Throws: SAXException if there is a parsing error.

getNamespace

public String getNamespace()

getObject

public Object getObject()
Returns the object for this element.

Returns: the object.

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing error.