public class DatasourceFactoryReadHandler extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler implements DataFactoryReadHandler
| Constructor and Description |
|---|
DatasourceFactoryReadHandler() |
| Modifier and Type | Method and Description |
|---|---|
ReportDataFactory |
getDataFactory() |
java.lang.Object |
getObject()
Returns the object for this element or null, if this element does not
create an object.
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
characters, deriveParseParameters, doneParsing, endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElementprotected void startParsing(org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
startParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandlerattrs - the attributes.org.xml.sax.SAXException - if there is a parsing error.public ReportDataFactory getDataFactory()
getDataFactory in interface DataFactoryReadHandlerpublic java.lang.Object getObject()
throws org.xml.sax.SAXException
getObject in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandlerorg.xml.sax.SAXException - if there is a parsing error.