XmlReadHandler
public class ObjectRefHandler extends AbstractXmlReadHandler
Constructor | Description |
---|---|
ObjectRefHandler() |
Creates a new handler.
|
Modifier and Type | Method | 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
public ObjectRefHandler()
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()