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

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.ElementReadHandler
              extended by org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers.BandReadHandler
                  extended by org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers.RootBandReadHandler
All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

public class RootBandReadHandler
extends BandReadHandler

Creation-Date: Dec 18, 2006, 3:34:02 PM

Author:
Thomas Morgner

Constructor Summary
RootBandReadHandler(Band element)
           
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers.ElementReadHandler
getObject
 
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
characters, endElement, getLocator, getRootHandler, getTagName, getUri, init, startElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootBandReadHandler

public RootBandReadHandler(Band element)