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

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

Constructor Details

ParameterMappingReadHandler

public ParameterMappingReadHandler()

Method Details

getAlias

public String getAlias()

getName

public String getName()

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.

startParsing

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