org.jfree.report.modules.factories.report.flow
Class TypedPropertyReadHandler
PropertyReadHandlerorg.jfree.report.modules.factories.report.flow.TypedPropertyReadHandler
extends PropertyReadHandler
Creation-Date: 09.04.2006, 12:58:24
protected void | doneParsing()- Done parsing.
|
protected XmlReadHandler | getHandlerForChild(String uri, String tagName, Attributes atts)- Returns the handler for a child element.
|
protected void | startParsing(Attributes attrs)- Starts parsing.
|
doneParsing
protected void doneParsing()
throws SAXException Done parsing.
getHandlerForChild
protected XmlReadHandler getHandlerForChild(String uri,
String tagName,
Attributes atts)
throws SAXException Returns the handler for a child element.
tagName - the tag name.atts - the attributes.
- the handler or null, if the tagname is invalid.
startParsing
protected void startParsing(Attributes attrs)
throws SAXException Starts parsing.