org.pentaho.reporting.libraries.xmlns.parser
Class PropertyReadHandler
java.lang.Object
org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
- All Implemented Interfaces:
- XmlReadHandler
public class PropertyReadHandler
- extends StringReadHandler
The Property-ReadHandler reads character data from an element along with
a 'name' attribute. This way, this class is most suitable for creating
name-value-pairs.
- Author:
- Thomas Morgner
Method Summary |
String |
getName()
Returns the declared property-name. |
PropertyReadHandler
public PropertyReadHandler()
- The Default-Constructor.
getName
public String getName()
- Returns the declared property-name.
- Returns:
- the property name.