org.jfree.xml.parser.coretypes

Class ObjectRefHandler

public class ObjectRefHandler extends AbstractXmlReadHandler

A SAX handler for an object reference.
Constructor Summary
ObjectRefHandler()
Creates a new handler.
Method Summary
ObjectgetObject()
Returns the value.
StringgetPropertyName()
Returns the property name.
protected voidstartParsing(Attributes attrs)
Starts parsing.

Constructor Detail

ObjectRefHandler

public ObjectRefHandler()
Creates a new handler.

Method Detail

getObject

public Object getObject()
Returns the value.

Returns: the value.

getPropertyName

public String getPropertyName()
Returns the property name.

Returns: the property name.

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException ???.