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

Class ParameterMappingReadHandler

public class ParameterMappingReadHandler extends AbstractXmlReadHandler

Creation-Date: 09.04.2006, 15:59:27

Author: Thomas Morgner

Constructor Summary
ParameterMappingReadHandler()
Method Summary
StringgetAlias()
StringgetName()
ObjectgetObject()
Returns the object for this element or null, if this element does not create an object.
protected voidstartParsing(Attributes attrs)
Starts parsing.

Constructor Detail

ParameterMappingReadHandler

public ParameterMappingReadHandler()

Method Detail

getAlias

public String getAlias()

getName

public String getName()

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.

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing error.