org.jfree.report.modules.factories.report.flow
public abstract class AbstractExpressionReadHandler extends AbstractXmlReadHandler
| Constructor Summary | |
|---|---|
| AbstractExpressionReadHandler() | |
| Method Summary | |
|---|---|
| protected String | getDefaultClassName() |
| Expression | getExpression() |
| protected XmlReadHandler | getHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.
|
| Object | getObject()
Returns the object for this element or null, if this element does not
create an object.
|
| protected void | startParsing(Attributes attrs)
Starts parsing.
|
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.
Returns: the object.
Throws: SAXException if there is a parsing error.
Parameters: attrs the attributes.
Throws: SAXException if there is a parsing error.