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 void
doneParsing()
Done parsing.
String
getNamespace()
Object
getObject()
Returns the object for this element.
protected void
startParsing(Attributes attrs)
Starts parsing.

Constructor Details

AttributeReadHandler

public AttributeReadHandler()

Method Details

doneParsing

protected void doneParsing()
            throws SAXException
Done parsing.

getNamespace

public String getNamespace()

getObject

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

startParsing

protected void startParsing(Attributes attrs)
            throws SAXException
Starts parsing.
Parameters:
attrs - the attributes.