Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.ObjectRefHandler
public class ObjectRefHandler
extends AbstractXmlReadHandler
Constructor Summary | |
|
Method Summary | |
Object |
|
String |
|
protected void |
|
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler | |
characters , doneParsing , endElement , getHandlerForChild , getRootHandler , getTagName , init , startElement , startParsing |
public Object getObject()
Returns the value.
- Specified by:
- getObject in interface XmlReadHandler
- Returns:
- the value.
public String getPropertyName()
Returns the property name.
- Returns:
- the property name.
protected void startParsing(Attributes attrs) throws SAXException
Starts parsing.
- Overrides:
- startParsing in interface AbstractXmlReadHandler
- Parameters:
attrs
- the attributes.