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, startElement
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
attrs
- the attributes.org.xml.sax.SAXException
- if there is a parsing error.public ReportDataFactory getDataFactory()
getDataFactory
in interface DataFactoryReadHandler
public java.lang.Object getObject() throws org.xml.sax.SAXException
getObject
in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
org.xml.sax.SAXException
- if there is a parsing error.