org.jfree.xml.parser.coretypes
Class InsetsReadHandler

java.lang.Object
  extended byorg.jfree.xml.parser.AbstractXmlReadHandler
      extended byorg.jfree.xml.parser.coretypes.InsetsReadHandler
All Implemented Interfaces:
XmlReadHandler

public class InsetsReadHandler
extends AbstractXmlReadHandler


Field Summary
 
Fields inherited from class org.jfree.xml.parser.AbstractXmlReadHandler
rootHandler, tagName
 
Constructor Summary
InsetsReadHandler()
           
 
Method Summary
 java.lang.Object getObject()
          Returns the object for this element.
protected  void startParsing(org.xml.sax.Attributes attrs)
          Starts parsing.
 
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsetsReadHandler

public InsetsReadHandler()
Method Detail

startParsing

protected void startParsing(org.xml.sax.Attributes attrs)
                     throws org.xml.sax.SAXException
Description copied from class: AbstractXmlReadHandler
Starts parsing.

Overrides:
startParsing in class AbstractXmlReadHandler
Parameters:
attrs - the attributes.
Throws:
org.xml.sax.SAXException - if there is a parsing error.

getObject

public java.lang.Object getObject()
                           throws XmlReaderException
Returns the object for this element.

Returns:
the object.
Throws:
XmlReaderException - if there is a parsing error.