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

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

public class PropertyReferenceReadHandler
extends PropertyStringReadHandler

See Also:
Serialized Form

Constructor Summary
PropertyReferenceReadHandler()
           
 
Method Summary
 void doneParsing()
          Done parsing.
 Object getObject()
          Returns the object for this element or null, if this element does not create an object.
 String getPropertyName()
           
 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

PropertyReferenceReadHandler

public PropertyReferenceReadHandler()
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.

getPropertyName

public String getPropertyName()