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,
Attributes atts)
Returns the handler for a child element.
|
Object |
getObject()
Returns the object for this element.
|
protected void |
startParsing(Attributes attrs)
Starts parsing.
|
characters, endElement, getRootHandler, getTagName, init, startElement
public RenderingHintsReadHandler()
protected void startParsing(Attributes attrs) throws SAXException
startParsing
in class AbstractXmlReadHandler
attrs
- the attributes.SAXException
- never.protected XmlReadHandler getHandlerForChild(String tagName, Attributes atts) throws XmlReaderException, SAXException
getHandlerForChild
in class AbstractXmlReadHandler
tagName
- the tag name.atts
- the attributes.SAXException
- if there is a parsing error.XmlReaderException
- if there is a reader error.protected void doneParsing() throws SAXException, XmlReaderException
doneParsing
in class AbstractXmlReadHandler
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–2018 JFree.org. All rights reserved.