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

Class DriverConnectionReadHandler

public class DriverConnectionReadHandler extends AbstractXmlReadHandler implements ConnectionReadHandler

Creation-Date: 07.04.2006, 18:09:25

Author: Thomas Morgner

Constructor Summary
DriverConnectionReadHandler()
Method Summary
protected voiddoneParsing()
Done parsing.
protected XmlReadHandlergetHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.
ObjectgetObject()
Returns the object for this element or null, if this element does not create an object.
ConnectionProvidergetProvider()

Constructor Detail

DriverConnectionReadHandler

public DriverConnectionReadHandler()

Method Detail

doneParsing

protected void doneParsing()
Done parsing.

Throws: SAXException if there is a parsing error.

getHandlerForChild

protected XmlReadHandler getHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.

Parameters: tagName the tag name. atts the attributes.

Returns: the handler or null, if the tagname is invalid.

Throws: SAXException if there is a parsing error.

getObject

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

Returns: the object.

getProvider

public ConnectionProvider getProvider()