org.jfree.xml.parser.coretypes

Class RenderingHintsReadHandler

public class RenderingHintsReadHandler extends AbstractXmlReadHandler

A read handler that can parse the XML element for a RenderingHints collection.
Constructor Summary
RenderingHintsReadHandler()
Creates a new read handler.
Method Summary
protected voiddoneParsing()
Done parsing.
protected XmlReadHandlergetHandlerForChild(String tagName, Attributes atts)
Returns the handler for a child element.
ObjectgetObject()
Returns the object for this element.
protected voidstartParsing(Attributes attrs)
Starts parsing.

Constructor Detail

RenderingHintsReadHandler

public RenderingHintsReadHandler()
Creates a new read handler.

Method Detail

doneParsing

protected void doneParsing()
Done parsing.

Throws: SAXException if there is a parsing error. XmlReaderException if there is a reader error.

getHandlerForChild

protected XmlReadHandler getHandlerForChild(String tagName, Attributes atts)
Returns the handler for a child element.

Parameters: tagName the tag name. atts the attributes.

Returns: the handler.

Throws: SAXException if there is a parsing error. XmlReaderException if there is a reader error.

getObject

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

Returns: the object.

Throws: XmlReaderException if there is a parsing error.

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException never.