XmlReadHandler
public class ListReadHandler extends AbstractXmlReadHandler
Constructor | Description |
---|---|
ListReadHandler() |
Default constructor.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
doneParsing() |
Parsing is finished.
|
protected XmlReadHandler |
getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts) |
Gets a handler for a child.
|
java.lang.Object |
getObject() |
Returns the object under construction.
|
protected void |
startParsing(org.xml.sax.Attributes attrs) |
Start parsing.
|
characters, endElement, getRootHandler, getTagName, init, startElement
public ListReadHandler()
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class AbstractXmlReadHandler
attrs
- the attributes.org.xml.sax.SAXException
- if there is a parsing error.protected XmlReadHandler getHandlerForChild(java.lang.String tagName, org.xml.sax.Attributes atts) throws XmlReaderException, org.xml.sax.SAXException
getHandlerForChild
in class AbstractXmlReadHandler
tagName
- 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 AbstractXmlReadHandler
org.xml.sax.SAXException
- if there is a parsing error.XmlReaderException
- if there is a problem with the reader.public java.lang.Object getObject()