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

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.TemplateReadHandler
                      extended by org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements.LegacyTemplateReadHandler
All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

public class LegacyTemplateReadHandler
extends TemplateReadHandler

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
LegacyTemplateReadHandler()
           
 
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.BasicObjectReadHandler
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

LegacyTemplateReadHandler

public LegacyTemplateReadHandler()
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 TemplateReadHandler
Parameters:
rootHandler - the root handler.
tagName - the tag name.