Package org.jfree.xml.parser.coretypes
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.
-
-
Constructor Summary
Constructors Constructor Description ObjectRefHandler()
Creates a new handler.
-
Method Summary
All Methods Instance Methods Concrete Methods 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.-
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement
-
-
-
-
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
Starts parsing.- Overrides:
startParsing
in classAbstractXmlReadHandler
- Parameters:
attrs
- the attributes.- Throws:
org.xml.sax.SAXException
- ???.
-
getPropertyName
public java.lang.String getPropertyName()
Returns the property name.- Returns:
- the property name.
-
getObject
public java.lang.Object getObject()
Returns the value.- Returns:
- the value.
-
-