public class RenderingHintsReadHandler extends AbstractXmlReadHandler
RenderingHints collection.| Constructor and Description |
|---|
RenderingHintsReadHandler()
Creates a new read handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doneParsing()
Done parsing.
|
protected XmlReadHandler |
getHandlerForChild(String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element.
|
Object |
getObject()
Returns the object for this element.
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
characters, endElement, getRootHandler, getTagName, init, startElementpublic RenderingHintsReadHandler()
protected void startParsing(org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.org.xml.sax.SAXException - never.protected XmlReadHandler getHandlerForChild(String tagName, org.xml.sax.Attributes atts) throws XmlReaderException, org.xml.sax.SAXException
getHandlerForChild in class AbstractXmlReadHandlertagName - the tag name.atts - the attributes.org.xml.sax.SAXException - if there is a parsing error.XmlReaderException - if there is a reader error.protected void doneParsing()
throws org.xml.sax.SAXException,
XmlReaderException
doneParsing in class AbstractXmlReadHandlerorg.xml.sax.SAXException - if there is a parsing error.XmlReaderException - if there is a reader error.public Object getObject() throws XmlReaderException
XmlReaderException - if there is a parsing error.Copyright © 2001-2014 JFree.org. All Rights Reserved.