org.jfree.xml.parser.coretypes
public class GenericReadHandler extends AbstractXmlReadHandler
Constructor Summary | |
---|---|
GenericReadHandler(GenericObjectFactory factory)
Creates a new handler.
|
Method Summary | |
---|---|
protected XmlReadHandler | getHandlerForChild(String tagName, Attributes atts)
Returns the child handler.
|
Object | getObject()
Returns the object.
|
protected void | startParsing(Attributes attrs)
Called at the start of parsing.
|
Parameters: factory the generic object factory.
Parameters: tagName the tag name. atts the attributes.
Returns: The handler.
Throws: SAXException if there is a parsing problem.
Returns: The object.
Throws: XmlReaderException ???
Parameters: attrs the attributes.
Throws: SAXException if there is a parsing error.