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

Class StyleSheetReadHandler

public class StyleSheetReadHandler extends StringReadHandler

Creation-Date: 12.04.2006, 14:53:29

Author: Thomas Morgner

Constructor Summary
StyleSheetReadHandler()
Method Summary
protected voiddoneParsing()
Done parsing.
ObjectgetObject()
Returns the object for this element.
StyleSheetgetStyleSheet()
protected voidstartParsing(Attributes attrs)
Starts parsing.

Constructor Detail

StyleSheetReadHandler

public StyleSheetReadHandler()

Method Detail

doneParsing

protected void doneParsing()
Done parsing.

Throws: SAXException if there is a parsing error.

getObject

public Object getObject()
Returns the object for this element.

Returns: the object.

getStyleSheet

public StyleSheet getStyleSheet()

startParsing

protected void startParsing(Attributes attrs)
Starts parsing.

Parameters: attrs the attributes.

Throws: SAXException if there is a parsing error.