public class StyleSheetReadHandler
extends org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
Constructor and Description |
---|
StyleSheetReadHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
doneParsing()
Done parsing.
|
java.lang.Object |
getObject()
Returns the object for this element.
|
org.jfree.layouting.input.style.StyleSheet |
getStyleSheet() |
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
characters, getResult
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
attrs
- the attributes.org.xml.sax.SAXException
- if there is a parsing error.protected void doneParsing() throws org.xml.sax.SAXException
doneParsing
in class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
org.xml.sax.SAXException
- if there is a parsing error.public java.lang.Object getObject()
getObject
in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
getObject
in class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
public org.jfree.layouting.input.style.StyleSheet getStyleSheet()