XmlReadHandlerpublic class RenderingHintsReadHandler extends AbstractXmlReadHandler
RenderingHints collection.| Constructor | Description |
|---|---|
RenderingHintsReadHandler() |
Creates a new read handler.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
doneParsing() |
Done parsing.
|
protected XmlReadHandler |
getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts) |
Returns the handler for a child element.
|
java.lang.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(java.lang.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 java.lang.Object getObject() throws XmlReaderException
XmlReaderException - if there is a parsing error.