org.pentaho.reporting.libraries.xmlns.parser

Class PropertyReadHandler

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

Constructor Summary
PropertyReadHandler()
The Default-Constructor.
Method Summary
StringgetName()
Returns the declared property-name.
protected voidstartParsing(Attributes attrs)
Starts parsing.

Constructor Detail

PropertyReadHandler

public PropertyReadHandler()
The Default-Constructor.

Method Detail

getName

public String getName()
Returns the declared property-name.

Returns: the property name.

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing error.