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.RenderingHintValueReadHandler
public class RenderingHintValueReadHandler
extends AbstractXmlReadHandler
Constructor Summary | |
|
Method Summary | |
Object |
|
Object |
|
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
- if there is a parsing error.
protected void startParsing(Attributes attrs) throws SAXException
Starts parsing.
- Overrides:
- startParsing in interface AbstractXmlReadHandler
- Parameters:
attrs
- the attributes.