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

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

Constructor Details

ConfigReadHandler

public ConfigReadHandler()

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.

isLabelMapping

public Boolean isLabelMapping()

startParsing

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