Package net.sf.jasperreports.engine.xml
Class JRConditionalStyleFillerFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.engine.xml.JRAbstractStyleFactory
-
- net.sf.jasperreports.engine.xml.JRConditionalStyleFillerFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
public class JRConditionalStyleFillerFactory extends JRAbstractStyleFactory
- Author:
- Ionut Nedelcu (ionutned@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description JRConditionalStyleFillerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateObject(org.xml.sax.Attributes atts)protected voidsetParentStyle(JRDesignStyle currentStyle, java.lang.String parentStyleName)-
Methods inherited from class net.sf.jasperreports.engine.xml.JRAbstractStyleFactory
getDefaultStyleProvider, setCommonStyle
-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Method Detail
-
createObject
public java.lang.Object createObject(org.xml.sax.Attributes atts)
- Specified by:
createObjectin interfaceorg.apache.commons.digester.ObjectCreationFactory- Overrides:
createObjectin classJRAbstractStyleFactory
-
setParentStyle
protected void setParentStyle(JRDesignStyle currentStyle, java.lang.String parentStyleName)
- Specified by:
setParentStylein classJRAbstractStyleFactory
-
-