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 voidstartParsing(Attributes attrs) Begins parsing.Methods inherited from class 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:
startParsingin 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.
-