|
JCommon 1.0.17-redhat-2 | |||||||||
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.RenderingHintValueReadHandler
public class RenderingHintValueReadHandler
A read handler for a rendering hint value.
Constructor Summary | |
---|---|
RenderingHintValueReadHandler()
Creates a new read handler. |
Method Summary | |
---|---|
Object |
getKey()
Returns the key. |
Object |
getObject()
Returns the object for this element. |
Object |
getValue()
Returns the value. |
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing. |
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler |
---|
characters, doneParsing, endElement, getHandlerForChild, 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 RenderingHintValueReadHandler()
Method Detail |
---|
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class AbstractXmlReadHandler
attrs
- the attributes.
org.xml.sax.SAXException
- if there is a parsing error.public Object getObject() throws XmlReaderException
XmlReaderException
- if there is a parsing error.public Object getKey()
public Object getValue()
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |