|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.ListReadHandler
public class ListReadHandler
A SAX handler for reading a list from an XML element.
| 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. |
| Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler |
|---|
characters, endElement, getRootHandler, getTagName, init, startElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListReadHandler()
| Method Detail |
|---|
protected void startParsing(Attributes attrs)
throws SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.
SAXException - if there is a parsing error.
protected XmlReadHandler getHandlerForChild(String tagName,
Attributes atts)
throws XmlReaderException,
SAXException
getHandlerForChild in class AbstractXmlReadHandlertagName - the tag name.atts - the attributes.
XmlReaderException - if there is a problem with the reader.
SAXException - if there is a parsing error.
protected void doneParsing()
throws SAXException,
XmlReaderException
doneParsing in class AbstractXmlReadHandlerSAXException - if there is a parsing error.
XmlReaderException - if there is a problem with the reader.public Object getObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||