org.jfree.report.modules.factories.data.sql

Class ConfigReadHandler

public class ConfigReadHandler extends AbstractXmlReadHandler

Creation-Date: 07.04.2006, 18:35:57

Author: Thomas Morgner

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

Constructor Detail

ConfigReadHandler

public ConfigReadHandler()

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.

isLabelMapping

public Boolean isLabelMapping()

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing error.