org.jfree.xml.parser.coretypes
Class ObjectRefHandler

java.lang.Object
  extended byorg.jfree.xml.parser.AbstractXmlReadHandler
      extended byorg.jfree.xml.parser.coretypes.ObjectRefHandler
All Implemented Interfaces:
XmlReadHandler

public class ObjectRefHandler
extends AbstractXmlReadHandler

A SAX handler for an object reference.


Field Summary
 
Fields inherited from class org.jfree.xml.parser.AbstractXmlReadHandler
rootHandler, tagName
 
Constructor Summary
ObjectRefHandler()
          Creates a new handler.
 
Method Summary
 java.lang.Object getObject()
          Returns the object for this element.
 java.lang.String getPropertyName()
           
protected  void startParsing(org.xml.sax.Attributes attrs)
          Starts parsing.
 
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectRefHandler

public ObjectRefHandler()
Creates a new handler.

Method Detail

startParsing

protected void startParsing(org.xml.sax.Attributes attrs)
                     throws org.xml.sax.SAXException
Description copied from class: AbstractXmlReadHandler
Starts parsing.

Overrides:
startParsing in class AbstractXmlReadHandler
Parameters:
attrs - the attributes.
Throws:
org.xml.sax.SAXException - if there is a parsing error.

getPropertyName

public java.lang.String getPropertyName()

getObject

public java.lang.Object getObject()
Description copied from interface: XmlReadHandler
Returns the object for this element.

Returns:
the object.