Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.InsetsReadHandler
public class InsetsReadHandler
extends AbstractXmlReadHandler
Insets
object.
Constructor Summary | |
|
Method Summary | |
Object |
|
protected void |
|
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler | |
characters , doneParsing , endElement , getHandlerForChild , getRootHandler , getTagName , init , startElement , startParsing |
public Object getObject() throws XmlReaderException
Returns the object for this element.
- Specified by:
- getObject in interface XmlReadHandler
- Returns:
- the object.
- Throws:
XmlReaderException
- never.
protected void startParsing(Attributes attrs) throws SAXException
Begins parsing.
- Overrides:
- startParsing in interface AbstractXmlReadHandler
- Parameters:
attrs
- the attributes.