Class ObjectRefHandler

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

public class ObjectRefHandler extends AbstractXmlReadHandler
A SAX handler for an object reference.
  • Field Details

    • object

      private Object object
      The object.
    • propertyName

      private String propertyName
      The property name.
  • Constructor Details

    • ObjectRefHandler

      public ObjectRefHandler()
      Creates a new handler.
  • Method Details

    • startParsing

      protected void startParsing(Attributes attrs) throws SAXException
      Starts parsing.
      Overrides:
      startParsing in class AbstractXmlReadHandler
      Parameters:
      attrs - the attributes.
      Throws:
      SAXException - ???.
    • getPropertyName

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

      public Object getObject()
      Returns the value.
      Returns:
      the value.