Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
AbstractXmlReadHandler
org.jfree.report.modules.factories.report.flow.AbstractExpressionReadHandler
org.jfree.report.modules.factories.report.flow.AttributeExpressionReadHandler
public class AttributeExpressionReadHandler
extends AbstractExpressionReadHandler
Constructor 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.