org.jfree.report.modules.factories.data.beans
public class StaticDataSourceReadHandler extends AbstractXmlReadHandler implements DataFactoryReadHandler
Constructor Summary | |
---|---|
StaticDataSourceReadHandler() |
Method Summary | |
---|---|
protected void | doneParsing()
Done parsing.
|
ReportDataFactory | getDataFactory() |
protected XmlReadHandler | getHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.
|
Object | getObject()
Returns the object for this element or null, if this element does not
create an object.
|
Throws: org.xml.sax.SAXException if there is a parsing error.
Parameters: tagName the tag name. atts the attributes.
Returns: the handler or null, if the tagname is invalid.
Throws: org.xml.sax.SAXException if there is a parsing error.
Returns: the object.