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 void
doneParsing()
Done parsing.
Object
getObject()
Returns the object for this element.
StyleSheet
getStyleSheet()
protected void
startParsing(Attributes attrs)
Starts parsing.

Constructor Details

StyleSheetReadHandler

public StyleSheetReadHandler()

Method Details

doneParsing

protected void doneParsing()
            throws SAXException
Done parsing.

getObject

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

getStyleSheet

public StyleSheet getStyleSheet()

startParsing

protected void startParsing(Attributes attrs)
            throws SAXException
Starts parsing.
Parameters:
attrs - the attributes.