| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.xml.parser.AbstractXmlReadHandlerorg.jfree.xml.parser.coretypes.GenericReadHandlerpublic class GenericReadHandlerextends AbstractXmlReadHandlerConstructor Summary | |
| |
Method Summary | |
protected XmlReadHandler |
|
Object |
|
protected void |
|
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler | |
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement, startParsing | |
public GenericReadHandler(GenericObjectFactory factory)
Creates a new handler.
- Parameters:
factory- the generic object factory.
protected XmlReadHandler getHandlerForChild(String tagName, Attributes atts) throws SAXException
Returns the child handler.
- Overrides:
- getHandlerForChild in interface AbstractXmlReadHandler
- Parameters:
tagName- the tag name.atts- the attributes.
- Returns:
- The handler.
public Object getObject() throws XmlReaderException
Returns the object.
- Specified by:
- getObject in interface XmlReadHandler
- Returns:
- The object.
- Throws:
XmlReaderException- ???
protected void startParsing(Attributes attrs) throws SAXException
Called at the start of parsing.
- Overrides:
- startParsing in interface AbstractXmlReadHandler
- Parameters:
attrs- the attributes.