| 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.SectionReadHandlerpublic class SectionReadHandlerextends AbstractElementReadHandlerConstructor Summary | |
| |
Method Summary | |
void |
|
protected void | |
protected void |
|
protected Element | |
protected XmlReadHandler |
|
protected void |
|
Methods inherited from class org.jfree.report.modules.factories.report.flow.AbstractElementReadHandler | |
configureElement, getElement, getHandlerForChild, getNode, getObject, getStyle, init, isEnabled, startParsing | |
public void characters(char[] ch, int start, int length) throws SAXException
This method is called to process the character data between element tags.
- Parameters:
ch- the character buffer.start- the start index.length- the length.
protected void configureElement(Element e)
- Overrides:
- configureElement in interface AbstractElementReadHandler
protected Element getElement()
- Overrides:
- getElement in interface AbstractElementReadHandler
protected XmlReadHandler getHandlerForChild(String uri, String tagName, Attributes atts) throws SAXException
Returns the handler for a child element.
- Overrides:
- getHandlerForChild in interface AbstractElementReadHandler
- 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 AbstractElementReadHandler
- Parameters:
attrs- the attributes.