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

java.lang.Object
  extended by org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
      extended by org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements.AbstractElementReadHandler
          extended by org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements.CrosstabColumnSubGroupBodyReadHandler
All Implemented Interfaces:
ReportElementReadHandler, ElementReadHandler, GroupBodyReadHandler, org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

public class CrosstabColumnSubGroupBodyReadHandler
extends AbstractElementReadHandler
implements GroupBodyReadHandler

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
CrosstabColumnSubGroupBodyReadHandler()
           
 
Method Summary
 GroupBody getGroupBody()
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements.AbstractElementReadHandler
getElement, 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
 
Methods inherited from interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
characters, endElement, getObject, init, startElement
 

Constructor Detail

CrosstabColumnSubGroupBodyReadHandler

public CrosstabColumnSubGroupBodyReadHandler()
                                      throws org.pentaho.reporting.libraries.xmlns.parser.ParseException
Throws:
org.pentaho.reporting.libraries.xmlns.parser.ParseException
Method Detail

getGroupBody

public GroupBody getGroupBody()
Specified by:
getGroupBody in interface GroupBodyReadHandler