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

Class FlowOperationReadHandler


public class FlowOperationReadHandler
extends AbstractXmlReadHandler

Creation-Date: 09.04.2006, 14:47:59
Author:
Thomas Morgner

Constructor Summary

FlowOperationReadHandler()

Method Summary

Object
getObject()
Returns the object for this element or null, if this element does not create an object.
FlowControlOperation
getOperation()
protected void
startParsing(Attributes attrs)
Starts parsing.

Constructor Details

FlowOperationReadHandler

public FlowOperationReadHandler()

Method Details

getObject

public Object getObject()
            throws SAXException
Returns the object for this element or null, if this element does not create an object.
Returns:
the object.

getOperation

public FlowControlOperation getOperation()

startParsing

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