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.
-
Field Summary
Fields -
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.private Object
stringToHintField
(String name) Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement
-
Field Details
-
key
The key under construction. -
value
The value under construction.
-
-
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.
-
stringToHintField
-
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.
-