org.jfree.xml.parser.coretypes
public class ListReadHandler extends AbstractXmlReadHandler
Constructor Summary | |
---|---|
ListReadHandler()
Default constructor. |
Method Summary | |
---|---|
protected void | doneParsing()
Parsing is finished.
|
protected XmlReadHandler | getHandlerForChild(String tagName, Attributes atts)
Gets a handler for a child.
|
Object | getObject()
Returns the object under construction.
|
protected void | startParsing(Attributes attrs)
Start parsing.
|
Throws: SAXException if there is a parsing error. XmlReaderException if there is a problem with the reader.
Parameters: tagName the tag name. atts the attributes.
Returns: A handler.
Throws: XmlReaderException if there is a problem with the reader. SAXException if there is a parsing error.
Returns: The list.
Parameters: attrs the attributes.
Throws: SAXException if there is a parsing error.