XmlReadHandlerpublic class RenderingHintValueReadHandler extends AbstractXmlReadHandler
| Constructor | Description |
|---|---|
RenderingHintValueReadHandler() |
Creates a new read handler.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getKey() |
Returns the key.
|
java.lang.Object |
getObject() |
Returns the object for this element.
|
java.lang.Object |
getValue() |
Returns the value.
|
protected void |
startParsing(org.xml.sax.Attributes attrs) |
Starts parsing.
|
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElementpublic RenderingHintValueReadHandler()
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.org.xml.sax.SAXException - if there is a parsing error.public java.lang.Object getObject() throws XmlReaderException
XmlReaderException - if there is a parsing error.public java.lang.Object getKey()
public java.lang.Object getValue()