org.jfree.xml.parser.coretypes

Class ObjectRefHandler

Implemented Interfaces:
XmlReadHandler

public class ObjectRefHandler
extends AbstractXmlReadHandler

A SAX handler for an object reference.

Constructor Summary

ObjectRefHandler()
Creates a new handler.

Method Summary

Object
getObject()
Returns the value.
String
getPropertyName()
Returns the property name.
protected void
startParsing(Attributes attrs)
Starts parsing.

Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler

characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement, startParsing

Constructor Details

ObjectRefHandler

public ObjectRefHandler()
Creates a new handler.

Method Details

getObject

public Object getObject()
Returns the value.
Specified by:
getObject in interface XmlReadHandler
Returns:
the value.

getPropertyName

public String getPropertyName()
Returns the property name.
Returns:
the property name.

startParsing

protected void startParsing(Attributes attrs)
            throws SAXException
Starts parsing.
Overrides:
startParsing in interface AbstractXmlReadHandler
Parameters:
attrs - the attributes.