org.pentaho.reporting.engine.classic.core.modules.parser.base.common
Class ExpressionPropertyReadHandler

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.base.common.PropertyStringReadHandler
              extended by org.pentaho.reporting.engine.classic.core.modules.parser.base.common.ExpressionPropertyReadHandler
All Implemented Interfaces:
Serializable, org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

public class ExpressionPropertyReadHandler
extends PropertyStringReadHandler

See Also:
Serialized Form

Field Summary
static String CLASS_ATT
           
static String NAME_ATT
           
 
Constructor Summary
ExpressionPropertyReadHandler(BeanUtility expression, String originalExpressionClass, String expressionClass, String expressionName)
           
 
Method Summary
 void doneParsing()
          Done parsing.
 Object getObject()
          Returns the object for this element or null, if this element does not create an object.
 void startParsing(PropertyAttributes attrs)
          Starts parsing.
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.PropertyStringReadHandler
characters, getResult, init
 
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
endElement, getLocator, getRootHandler, getTagName, getUri, startElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_ATT

public static final String NAME_ATT
See Also:
Constant Field Values

CLASS_ATT

public static final String CLASS_ATT
See Also:
Constant Field Values
Constructor Detail

ExpressionPropertyReadHandler

public ExpressionPropertyReadHandler(BeanUtility expression,
                                     String originalExpressionClass,
                                     String expressionClass,
                                     String expressionName)
Method Detail

startParsing

public void startParsing(PropertyAttributes attrs)
                  throws SAXException
Starts parsing.

Overrides:
startParsing in class PropertyStringReadHandler
Parameters:
attrs - the attributes.
Throws:
SAXException - if there is a parsing error.

doneParsing

public void doneParsing()
                 throws SAXException
Done parsing.

Overrides:
doneParsing in class PropertyStringReadHandler
Throws:
SAXException - if there is a parsing error.

getObject

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

Specified by:
getObject in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
Overrides:
getObject in class PropertyStringReadHandler
Returns:
the object.