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, startElementpublic RenderingHintsReadHandler()
protected void startParsing(Attributes attrs) throws SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.SAXException - never.protected XmlReadHandler getHandlerForChild(String tagName, Attributes atts) throws XmlReaderException, SAXException
getHandlerForChild in class AbstractXmlReadHandlertagName - 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 AbstractXmlReadHandlerSAXException - 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 © 2009-2012 jtstand.com. All Rights Reserved.