org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers
Class TemplateReadHandler

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
All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
Direct Known Subclasses:
LegacyTemplateReadHandler

public class TemplateReadHandler
extends CompoundObjectReadHandler


Constructor Summary
TemplateReadHandler(boolean nameRequired)
           
 
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

TemplateReadHandler

public TemplateReadHandler(boolean nameRequired)
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.