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.AbstractElementReadHandler
org.jfree.report.modules.factories.report.flow.SectionReadHandler
public class SectionReadHandler
extends AbstractElementReadHandler
Constructor 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.