public class RenderingHintValueReadHandler extends AbstractXmlReadHandler
| Constructor and Description |
|---|
RenderingHintValueReadHandler()
Creates a new read handler.
|
| Modifier and Type | Method and 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.
|
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElementpublic RenderingHintValueReadHandler()
protected void startParsing(Attributes attrs) throws SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.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()
Copyright © 2009-2012 jtstand.com. All Rights Reserved.