Package 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.
-
-
Constructor Summary
Constructors Constructor Description NullReadHandler()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.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 Detail
-
NullReadHandler
public NullReadHandler()
Default constructor.
-
-
Method Detail
-
getObject
public java.lang.Object getObject() throws XmlReaderException
Returns the object for this element.- Returns:
- the object.
- Throws:
XmlReaderException
- if there is a parsing error.
-
-