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

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.LayoutPreprocessorPropertyReadHandler
All Implemented Interfaces:
Serializable, org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

public class LayoutPreprocessorPropertyReadHandler
extends PropertyStringReadHandler

See Also:
Serialized Form

Constructor Summary
LayoutPreprocessorPropertyReadHandler(BeanUtility expression)
           
 
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
 

Constructor Detail

LayoutPreprocessorPropertyReadHandler

public LayoutPreprocessorPropertyReadHandler(BeanUtility expression)
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.