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, startElement
public GenericReadHandler(GenericObjectFactory factory)
factory
- the generic object factory.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 SAXException
getHandlerForChild
in class AbstractXmlReadHandler
tagName
- the tag name.atts
- the attributes.SAXException
- if there is a parsing problem.public Object getObject() throws XmlReaderException
XmlReaderException
- ???Copyright © 2001–2018 JFree.org. All rights reserved.