org.jfree.report.modules.factories.report.flow
public abstract class AbstractElementReadHandler extends AbstractXmlReadHandler implements NodeReadHandler
Constructor Summary | |
---|---|
protected | AbstractElementReadHandler() |
Method Summary | |
---|---|
protected void | configureElement(Element e) |
protected abstract Element | getElement() |
protected XmlReadHandler | getHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.
|
Node | getNode() |
Object | getObject()
Returns the object for this element or null, if this element does not create an object.
|
String | getStyle() |
void | init(RootXmlReadHandler rootHandler, String uri, String tagName)
Initialises the handler.
|
boolean | isEnabled() |
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.
Parameters: rootHandler the root handler. tagName the tag name.
Parameters: attrs the attributes.
Throws: SAXException if there is a parsing error.