org.jfree.xml.parser.coretypes

Class RenderingHintValueReadHandler

public class RenderingHintValueReadHandler extends AbstractXmlReadHandler

A read handler for a rendering hint value.
Constructor Summary
RenderingHintValueReadHandler()
Creates a new read handler.
Method Summary
ObjectgetKey()
Returns the key.
ObjectgetObject()
Returns the object for this element.
ObjectgetValue()
Returns the value.
protected voidstartParsing(Attributes attrs)
Starts parsing.

Constructor Detail

RenderingHintValueReadHandler

public RenderingHintValueReadHandler()
Creates a new read handler.

Method Detail

getKey

public Object getKey()
Returns the key.

Returns: the key.

getObject

public Object getObject()
Returns the object for this element.

Returns: the object.

Throws: XmlReaderException if there is a parsing error.

getValue

public Object getValue()
Returns the value.

Returns: the value.

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing error.