Class StyleSheetReadHandler
java.lang.Object
org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
org.jfree.report.modules.factories.report.flow.StyleSheetReadHandler
- All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
public class StyleSheetReadHandler
extends org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
Creation-Date: 12.04.2006, 14:53:29
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDone parsing.Returns the object for this element.org.jfree.layouting.input.style.StyleSheetprotected voidstartParsing(Attributes attrs) Starts parsing.Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
characters, getResultMethods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
deriveParseParameters, endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement
-
Constructor Details
-
StyleSheetReadHandler
public StyleSheetReadHandler()
-
-
Method Details
-
startParsing
Starts parsing.- Overrides:
startParsingin classorg.pentaho.reporting.libraries.xmlns.parser.StringReadHandler- Parameters:
attrs- the attributes.- Throws:
SAXException- if there is a parsing error.
-
doneParsing
Done parsing.- Overrides:
doneParsingin classorg.pentaho.reporting.libraries.xmlns.parser.StringReadHandler- Throws:
SAXException- if there is a parsing error.
-
getObject
Returns the object for this element.- Specified by:
getObjectin interfaceorg.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler- Overrides:
getObjectin classorg.pentaho.reporting.libraries.xmlns.parser.StringReadHandler- Returns:
- the object.
-
getStyleSheet
public org.jfree.layouting.input.style.StyleSheet getStyleSheet()
-