org.jfree.report.modules.factories.report.flow
public class SectionReadHandler extends AbstractElementReadHandler
Constructor Summary | |
---|---|
SectionReadHandler() | |
SectionReadHandler(Section section) |
Method Summary | |
---|---|
void | characters(char[] ch, int start, int length)
This method is called to process the character data between element tags.
|
protected void | configureElement(Element e) |
protected void | doneParsing()
Done parsing.
|
protected Element | getElement() |
protected XmlReadHandler | getHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.
|
protected void | startParsing(Attributes attrs)
Starts parsing.
|
Parameters: ch the character buffer. start the start index. length the length.
Throws: SAXException if there is a parsing error.
Throws: SAXException if there is a parsing error.
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.
Parameters: attrs the attributes.
Throws: SAXException if there is a parsing error.