public class ObjectRefHandler extends AbstractXmlReadHandler
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
object
The object.
|
private java.lang.String |
propertyName
The property name.
|
Constructor and Description |
---|
ObjectRefHandler()
Creates a new handler.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject()
Returns the value.
|
java.lang.String |
getPropertyName()
Returns the property name.
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement
private java.lang.Object object
private java.lang.String propertyName
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class AbstractXmlReadHandler
attrs
- the attributes.org.xml.sax.SAXException
- ???.public java.lang.String getPropertyName()
public java.lang.Object getObject()