org.jfree.xml.parser.coretypes

Class RenderingHintValueReadHandler

Implemented Interfaces:
XmlReadHandler

public class RenderingHintValueReadHandler
extends AbstractXmlReadHandler

A read handler for a rendering hint value.

Constructor Summary

RenderingHintValueReadHandler()
Creates a new read handler.

Method Summary

Object
getKey()
Returns the key.
Object
getObject()
Returns the object for this element.
Object
getValue()
Returns the value.
protected void
startParsing(Attributes attrs)
Starts parsing.

Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler

characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement, startParsing

Constructor Details

RenderingHintValueReadHandler

public RenderingHintValueReadHandler()
Creates a new read handler.

Method Details

getKey

public Object getKey()
Returns the key.
Returns:
the key.

getObject

public Object getObject()
            throws XmlReaderException
Returns the object for this element.
Specified by:
getObject in interface XmlReadHandler
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)
            throws SAXException
Starts parsing.
Overrides:
startParsing in interface AbstractXmlReadHandler
Parameters:
attrs - the attributes.