| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
AbstractXmlReadHandlerorg.jfree.report.modules.factories.report.flow.AbstractExpressionReadHandlerorg.jfree.report.modules.factories.report.flow.AttributeExpressionReadHandlerpublic class AttributeExpressionReadHandlerextends AbstractExpressionReadHandlerConstructor Summary | |
Method Summary | |
protected void |
|
String | |
protected XmlReadHandler |
|
String | |
Methods inherited from class org.jfree.report.modules.factories.report.flow.AbstractExpressionReadHandler | |
getDefaultClassName, getExpression, getHandlerForChild, getObject, startParsing | |
protected XmlReadHandler getHandlerForChild(String uri, String tagName, Attributes atts) throws SAXException
Returns the handler for a child element.
- Overrides:
- getHandlerForChild in interface AbstractExpressionReadHandler
- Parameters:
tagName- the tag name.atts- the attributes.
- Returns:
- the handler or null, if the tagname is invalid.