org.jfree.report.modules.factories.report.flow

Class SectionReadHandler

public class SectionReadHandler extends AbstractElementReadHandler

Creation-Date: 09.04.2006, 14:45:57

Author: Thomas Morgner

Constructor Summary
SectionReadHandler()
SectionReadHandler(Section section)
Method Summary
voidcharacters(char[] ch, int start, int length)
This method is called to process the character data between element tags.
protected voidconfigureElement(Element e)
protected voiddoneParsing()
Done parsing.
protected ElementgetElement()
protected XmlReadHandlergetHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.
protected voidstartParsing(Attributes attrs)
Starts parsing.

Constructor Detail

SectionReadHandler

public SectionReadHandler()

SectionReadHandler

public SectionReadHandler(Section section)

Method Detail

characters

public void characters(char[] ch, int start, int length)
This method is called to process the character data between element tags.

Parameters: ch the character buffer. start the start index. length the length.

Throws: SAXException if there is a parsing error.

configureElement

protected void configureElement(Element e)

doneParsing

protected void doneParsing()
Done parsing.

Throws: SAXException if there is a parsing error.

getElement

protected Element getElement()

getHandlerForChild

protected XmlReadHandler getHandlerForChild(String uri, String tagName, Attributes atts)
Returns the handler for a child element.

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.

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing error.