|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.RenderingHintsReadHandler
public class RenderingHintsReadHandler
A read handler that can parse the XML element for a RenderingHints collection.
| Constructor Summary | |
|---|---|
RenderingHintsReadHandler()
Creates a new read handler. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler |
|---|
characters, endElement, getRootHandler, getTagName, init, startElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenderingHintsReadHandler()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||