org.jfree.xml.parser.coretypes

Class NullReadHandler

public class NullReadHandler extends AbstractXmlReadHandler

A null read handler.
Constructor Summary
NullReadHandler()
Default constructor.
Method Summary
ObjectgetObject()
Returns the object for this element.

Constructor Detail

NullReadHandler

public NullReadHandler()
Default constructor.

Method Detail

getObject

public Object getObject()
Returns the object for this element.

Returns: the object.

Throws: XmlReaderException if there is a parsing error.