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

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

public class BasicObjectReadHandler
extends AbstractPropertyXmlReadHandler


Constructor Summary
BasicObjectReadHandler(ObjectDescription objectDescription)
           
 
Method Summary
 Object getObject()
          Returns the object for this element or null, if this element does not create an object.
 void init(org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler rootHandler, String uri, String tagName)
          Initialises the handler.
 
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

BasicObjectReadHandler

public BasicObjectReadHandler(ObjectDescription objectDescription)
Parameters:
objectDescription - may be null.
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 org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Parameters:
rootHandler - the root handler.
tagName - the tag name.

getObject

public Object getObject()
Returns the object for this element or null, if this element does not create an object.

Returns:
the object.