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
A null read handler.
-
Constructor Summary
Constructors -
Method Summary
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
Returns the object for this element.- Returns:
- the object.
- Throws:
XmlReaderException
- if there is a parsing error.
-