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,
Attributes atts)
Gets a handler for a child.
|
Object |
getObject()
Returns the object under construction.
|
protected void |
startParsing(Attributes attrs)
Start parsing.
|
characters, endElement, getRootHandler, getTagName, init, startElement
protected void startParsing(Attributes attrs) throws SAXException
startParsing
in class AbstractXmlReadHandler
attrs
- the attributes.SAXException
- if there is a parsing error.protected XmlReadHandler getHandlerForChild(String tagName, Attributes atts) throws XmlReaderException, SAXException
getHandlerForChild
in class AbstractXmlReadHandler
tagName
- 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 AbstractXmlReadHandler
SAXException
- if there is a parsing error.XmlReaderException
- if there is a problem with the reader.public Object getObject()
Copyright © 2001–2018 JFree.org. All rights reserved.