org.jfree.xml.parser.coretypes

Class NullReadHandler

Implemented Interfaces:
XmlReadHandler

public class NullReadHandler
extends AbstractXmlReadHandler

A null read handler.

Constructor Summary

NullReadHandler()
Default constructor.

Method Summary

Object
getObject()
Returns the object for this element.

Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler

characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement, startParsing

Constructor Details

NullReadHandler

public NullReadHandler()
Default constructor.

Method Details

getObject

public Object getObject()
            throws XmlReaderException
Returns the object for this element.
Specified by:
getObject in interface XmlReadHandler
Returns:
the object.
Throws:
XmlReaderException - if there is a parsing error.