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
A read handler for a rendering hint value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Returns the key.Returns the object for this element.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
-
Constructor Details
-
RenderingHintValueReadHandler
public RenderingHintValueReadHandler()Creates a new read handler.
-
-
Method Details
-
startParsing
Starts parsing.- Overrides:
startParsing
in classAbstractXmlReadHandler
- Parameters:
attrs
- the attributes.- Throws:
SAXException
- if there is a parsing error.
-
getObject
Returns the object for this element.- Returns:
- the object.
- Throws:
XmlReaderException
- if there is a parsing error.
-
getKey
Returns the key.- Returns:
- the key.
-
getValue
Returns the value.- Returns:
- the value.
-