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
ObjectgetObject()
Returns the object for this element or null, if this element does not create an object.
FlowControlOperationgetOperation()
protected voidstartParsing(Attributes attrs)
Starts parsing.

Constructor Detail

FlowOperationReadHandler

public FlowOperationReadHandler()

Method Detail

getObject

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

Returns: the object.

Throws: SAXException if there is a parsing error.

getOperation

public FlowControlOperation getOperation()

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing error.