public class SQLDataFactoryReadHandler extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler implements DataFactoryReadHandler
| Constructor and Description |
|---|
SQLDataFactoryReadHandler() |
| 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, startParsingprotected 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.AbstractXmlReadHandlertagName - 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.AbstractXmlReadHandlerorg.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.XmlReadHandlerorg.xml.sax.SAXException - if there is a parsing error.public ReportDataFactory getDataFactory()
getDataFactory in interface DataFactoryReadHandler