org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements
Class LegacyDataSourceReadHandler

java.lang.Object
  extended by org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
      extended by org.pentaho.reporting.engine.classic.core.modules.parser.base.common.AbstractPropertyXmlReadHandler
          extended by org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers.BasicObjectReadHandler
              extended by org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers.CompoundObjectReadHandler
                  extended by org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers.DataSourceReadHandler
                      extended by org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements.LegacyDataSourceReadHandler
All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

public class LegacyDataSourceReadHandler
extends DataSourceReadHandler

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
LegacyDataSourceReadHandler()
           
 
Method Summary
 void init(org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler rootHandler, String uri, String tagName)
          Initialises the handler.
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers.DataSourceReadHandler
getObject
 
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
characters, endElement, getLocator, getRootHandler, getTagName, getUri, startElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyDataSourceReadHandler

public LegacyDataSourceReadHandler()
Method Detail

init

public void init(org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler rootHandler,
                 String uri,
                 String tagName)
Initialises the handler.

Specified by:
init in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
Overrides:
init in class BasicObjectReadHandler
Parameters:
rootHandler - the root handler.
tagName - the tag name.