public class ListReadHandler extends AbstractXmlReadHandler
| Constructor and Description |
|---|
ListReadHandler()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doneParsing()
Parsing is finished.
|
protected XmlReadHandler |
getHandlerForChild(String tagName,
org.xml.sax.Attributes atts)
Gets a handler for a child.
|
Object |
getObject()
Returns the object under construction.
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
Start parsing.
|
characters, endElement, getRootHandler, getTagName, init, startElementprotected void startParsing(org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.org.xml.sax.SAXException - if there is a parsing error.protected XmlReadHandler getHandlerForChild(String tagName, org.xml.sax.Attributes atts) throws XmlReaderException, org.xml.sax.SAXException
getHandlerForChild in class AbstractXmlReadHandlertagName - the tag name.atts - the attributes.XmlReaderException - if there is a problem with the reader.org.xml.sax.SAXException - if there is a parsing error.protected void doneParsing()
throws org.xml.sax.SAXException,
XmlReaderException
doneParsing in class AbstractXmlReadHandlerorg.xml.sax.SAXException - if there is a parsing error.XmlReaderException - if there is a problem with the reader.public Object getObject()
Copyright © 2001-2014 JFree.org. All Rights Reserved.