org.jfree.xml.parser.coretypes

Class InsetsReadHandler

Implemented Interfaces:
XmlReadHandler

public class InsetsReadHandler
extends AbstractXmlReadHandler

A reader that can parse the XML element for an Insets object.

Constructor Summary

InsetsReadHandler()
Creates a new read handler.

Method Summary

Object
getObject()
Returns the object for this element.
protected void
startParsing(Attributes attrs)
Begins parsing.

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

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

Constructor Details

InsetsReadHandler

public InsetsReadHandler()
Creates a new read handler.

Method Details

getObject

public Object getObject()
            throws XmlReaderException
Returns the object for this element.
Specified by:
getObject in interface XmlReadHandler
Returns:
the object.
Throws:
XmlReaderException - never.

startParsing

protected void startParsing(Attributes attrs)
            throws SAXException
Begins parsing.
Overrides:
startParsing in interface AbstractXmlReadHandler
Parameters:
attrs - the attributes.