| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.xml.parser.AbstractXmlReadHandlerorg.jfree.xml.parser.coretypes.ListReadHandlerpublic class ListReadHandlerextends AbstractXmlReadHandlerConstructor Summary | |
| |
Method Summary | |
protected void |
|
protected XmlReadHandler |
|
Object |
|
protected void |
|
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler | |
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement, startParsing | |
protected void doneParsing() throws SAXException, XmlReaderException
Parsing is finished.
- Overrides:
- doneParsing in interface AbstractXmlReadHandler
- Throws:
XmlReaderException- if there is a problem with the reader.
protected XmlReadHandler getHandlerForChild(String tagName, Attributes atts) throws XmlReaderException, SAXException
Gets a handler for a child.
- Overrides:
- getHandlerForChild in interface AbstractXmlReadHandler
- Parameters:
tagName- the tag name.atts- the attributes.
- Returns:
- A handler.
- Throws:
XmlReaderException- if there is a problem with the reader.
public Object getObject()
Returns the object under construction.
- Specified by:
- getObject in interface XmlReadHandler
- Returns:
- The list.
protected void startParsing(Attributes attrs) throws SAXException
Start parsing.
- Overrides:
- startParsing in interface AbstractXmlReadHandler
- Parameters:
attrs- the attributes.