public class GenericReadHandler extends AbstractXmlReadHandler
| Constructor and Description |
|---|
GenericReadHandler(GenericObjectFactory factory)
Creates a new handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected XmlReadHandler |
getHandlerForChild(String tagName,
Attributes atts)
Returns the child handler.
|
Object |
getObject()
Returns the object.
|
protected void |
startParsing(Attributes attrs)
Called at the start of parsing.
|
characters, doneParsing, endElement, getRootHandler, getTagName, init, startElementpublic GenericReadHandler(GenericObjectFactory factory)
factory - the generic object factory.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 SAXException
getHandlerForChild in class AbstractXmlReadHandlertagName - the tag name.atts - the attributes.SAXException - if there is a parsing problem.public Object getObject() throws XmlReaderException
XmlReaderException - ???Copyright © 2009-2012 jtstand.com. All Rights Reserved.