org.jfree.xml.parser.coretypes
Class InsetsReadHandler
java.lang.Object
org.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.InsetsReadHandler
- All Implemented Interfaces:
- XmlReadHandler
public class InsetsReadHandler
- extends AbstractXmlReadHandler
A reader that can parse the XML element for an Insets
object.
Method Summary |
Object |
getObject()
Returns the object for this element. |
protected void |
startParsing(org.xml.sax.Attributes attrs)
Begins parsing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsetsReadHandler
public InsetsReadHandler()
- Creates a new read handler.
startParsing
protected void startParsing(org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
- Begins parsing.
- Overrides:
startParsing
in class AbstractXmlReadHandler
- Parameters:
attrs
- the attributes.
- Throws:
org.xml.sax.SAXException
- if there is a parsing problem.
getObject
public Object getObject()
throws XmlReaderException
- Returns the object for this element.
- Returns:
- the object.
- Throws:
XmlReaderException
- never.
Copyright © 2001-2012 JFree.org. All Rights Reserved.