Package 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 anInsets
object.
-
-
Constructor Summary
Constructors Constructor Description InsetsReadHandler()
Creates a new read handler.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
startParsing
protected void startParsing(Attributes attrs) throws SAXException
Begins parsing.- Overrides:
startParsing
in classAbstractXmlReadHandler
- Parameters:
attrs
- the attributes.- Throws:
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.
-
-