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.RenderingHintsReadHandler
public class RenderingHintsReadHandler
extends AbstractXmlReadHandler
RenderingHints
collection.
Constructor Summary | |
|
Method Summary | |
protected void |
|
protected XmlReadHandler |
|
Object |
|
protected void |
|
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler | |
characters , doneParsing , endElement , getHandlerForChild , getRootHandler , getTagName , init , startElement , startParsing |
protected void doneParsing() throws SAXException, XmlReaderException
Done parsing.
- Overrides:
- doneParsing in interface AbstractXmlReadHandler
- Throws:
XmlReaderException
- if there is a reader error.
protected XmlReadHandler getHandlerForChild(String tagName, Attributes atts) throws XmlReaderException, SAXException
Returns the handler for a child element.
- Overrides:
- getHandlerForChild in interface AbstractXmlReadHandler
- Parameters:
tagName
- the tag name.atts
- the attributes.
- Returns:
- the handler.
- Throws:
XmlReaderException
- if there is a reader error.
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.