Class CVXmlFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.customvisualization.xml.CVXmlFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
public class CVXmlFactory extends net.sf.jasperreports.engine.xml.JRBaseFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_onErrorTypestatic StringATTRIBUTE_processingClassstatic StringELEMENT_cvDatastatic StringELEMENT_itemstatic StringELEMENT_itemProperty
-
Constructor Summary
Constructors Constructor Description CVXmlFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcreateObject(Attributes atts)
-
-
-
Field Detail
-
ELEMENT_itemProperty
public static final String ELEMENT_itemProperty
- See Also:
- Constant Field Values
-
ATTRIBUTE_processingClass
public static final String ATTRIBUTE_processingClass
- See Also:
- Constant Field Values
-
ELEMENT_cvData
public static final String ELEMENT_cvData
- See Also:
- Constant Field Values
-
ELEMENT_item
public static final String ELEMENT_item
- See Also:
- Constant Field Values
-
ATTRIBUTE_onErrorType
public static final String ATTRIBUTE_onErrorType
- See Also:
- Constant Field Values
-
-
Method Detail
-
createObject
public Object createObject(Attributes atts)
-
-