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, startElementprotected 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()
Copyright © 2009-2012 jtstand.com. All Rights Reserved.