org.jfree.report.modules.factories.data.beans
public class StaticDataSourceReadHandler extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler implements DataFactoryReadHandler
Constructor and Description |
---|
StaticDataSourceReadHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
doneParsing()
Done parsing.
|
ReportDataFactory |
getDataFactory() |
protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler |
getHandlerForChild(java.lang.String uri,
java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element.
|
java.lang.Object |
getObject()
Returns the object for this element or null, if this element does not
create an object.
|
characters, deriveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement, startParsing
protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild(java.lang.String uri, java.lang.String tagName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
getHandlerForChild
in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
tagName
- the tag name.atts
- the attributes.org.xml.sax.SAXException
- if there is a parsing error.protected void doneParsing() throws org.xml.sax.SAXException
doneParsing
in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
org.xml.sax.SAXException
- if there is a parsing error.public java.lang.Object getObject() throws org.xml.sax.SAXException
getObject
in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
org.xml.sax.SAXException
public ReportDataFactory getDataFactory()
getDataFactory
in interface DataFactoryReadHandler