Package org.jfree.xml.parser.coretypes
Class RenderingHintValueReadHandler
- java.lang.Object
-
- org.jfree.xml.parser.AbstractXmlReadHandler
-
- org.jfree.xml.parser.coretypes.RenderingHintValueReadHandler
-
- All Implemented Interfaces:
XmlReadHandler
public class RenderingHintValueReadHandler extends AbstractXmlReadHandler
A read handler for a rendering hint value.
-
-
Constructor Summary
Constructors Constructor Description RenderingHintValueReadHandler()
Creates a new read handler.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getKey()
Returns the key.Object
getObject()
Returns the object for this element.Object
getValue()
Returns the value.protected void
startParsing(Attributes attrs)
Starts parsing.-
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement
-
-
-
-
Method Detail
-
startParsing
protected void startParsing(Attributes attrs) throws SAXException
Starts parsing.- Overrides:
startParsing
in classAbstractXmlReadHandler
- Parameters:
attrs
- the attributes.- Throws:
SAXException
- if there is a parsing error.
-
getObject
public Object getObject() throws XmlReaderException
Returns the object for this element.- Returns:
- the object.
- Throws:
XmlReaderException
- if there is a parsing error.
-
getKey
public Object getKey()
Returns the key.- Returns:
- the key.
-
getValue
public Object getValue()
Returns the value.- Returns:
- the value.
-
-