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
A reader that can parse the XML element for an
Insets
object.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-
Constructor Details
-
InsetsReadHandler
public InsetsReadHandler()Creates a new read handler.
-
-
Method Details
-
startParsing
Begins parsing.- Overrides:
startParsing
in classAbstractXmlReadHandler
- Parameters:
attrs
- the attributes.- Throws:
SAXException
- if there is a parsing problem.
-
getObject
Returns the object for this element.- Returns:
- the object.
- Throws:
XmlReaderException
- never.
-