org.jfree.xml.parser.coretypes
Class NullReadHandler
java.lang.Object
org.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.NullReadHandler
- All Implemented Interfaces:
- XmlReadHandler
public class NullReadHandler
- extends AbstractXmlReadHandler
A null read handler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullReadHandler
public NullReadHandler()
- Default constructor.
getObject
public Object getObject()
throws XmlReaderException
- Returns the object for this element.
- Returns:
- the object.
- Throws:
XmlReaderException
- if there is a parsing error.
Copyright © 2001-2012 JFree.org. All Rights Reserved.