org.jfree.xml.parser.coretypes
public class RenderingHintsReadHandler extends AbstractXmlReadHandler
Constructor Summary | |
---|---|
RenderingHintsReadHandler()
Creates a new read handler. |
Method Summary | |
---|---|
protected void | doneParsing()
Done parsing.
|
protected XmlReadHandler | getHandlerForChild(String tagName, Attributes atts)
Returns the handler for a child element.
|
Object | getObject()
Returns the object for this element.
|
protected void | startParsing(Attributes attrs)
Starts parsing.
|
Throws: SAXException if there is a parsing error. XmlReaderException if there is a reader error.
Parameters: tagName the tag name. atts the attributes.
Returns: the handler.
Throws: SAXException if there is a parsing error. XmlReaderException if there is a reader error.
Returns: the object.
Throws: XmlReaderException if there is a parsing error.
Parameters: attrs the attributes.
Throws: SAXException never.