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
A SAX handler for an object reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value.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
-
Constructor Details
-
ObjectRefHandler
public ObjectRefHandler()Creates a new handler.
-
-
Method Details
-
startParsing
Starts parsing.- Overrides:
startParsing
in classAbstractXmlReadHandler
- Parameters:
attrs
- the attributes.- Throws:
SAXException
- ???.
-
getPropertyName
Returns the property name.- Returns:
- the property name.
-
getObject
Returns the value.- Returns:
- the value.
-