org.jfree.report.modules.factories.report.flow
public class TypedPropertyReadHandler extends PropertyReadHandler
Constructor Summary | |
---|---|
TypedPropertyReadHandler(BeanUtility beanDescription, String expressionName, CharacterEntityParser entityParser) |
Method Summary | |
---|---|
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.
|
Throws: SAXException if there is a parsing error.
Parameters: tagName the tag name. atts the attributes.
Returns: the handler or null, if the tagname is invalid.
Throws: SAXException if there is a parsing error.
Parameters: attrs the attributes.
Throws: SAXException if there is a parsing error.