| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
AbstractXmlReadHandlerorg.jfree.report.modules.factories.report.flow.AbstractElementReadHandlerorg.jfree.report.modules.factories.report.flow.SectionReadHandlerorg.jfree.report.modules.factories.report.flow.SubReportReadHandlerpublic class SubReportReadHandlerextends SectionReadHandlerConstructor Summary | |
Method Summary | |
protected void |
|
protected Element | |
protected XmlReadHandler |
|
protected void |
|
Methods inherited from class org.jfree.report.modules.factories.report.flow.SectionReadHandler | |
characters, configureElement, doneParsing, getElement, getHandlerForChild, startParsing | |
Methods inherited from class org.jfree.report.modules.factories.report.flow.AbstractElementReadHandler | |
configureElement, getElement, getHandlerForChild, getNode, getObject, getStyle, init, isEnabled, startParsing | |
protected void doneParsing() throws SAXException
Done parsing.
- Overrides:
- doneParsing in interface SectionReadHandler
protected XmlReadHandler getHandlerForChild(String uri, String tagName, Attributes atts) throws SAXException
Returns the handler for a child element.
- Overrides:
- getHandlerForChild in interface SectionReadHandler
- Parameters:
tagName- the tag name.atts- the attributes.
- Returns:
- the handler or null, if the tagname is invalid.
protected void startParsing(Attributes attrs) throws SAXException
Starts parsing.
- Overrides:
- startParsing in interface SectionReadHandler
- Parameters:
attrs- the attributes.