Class MapXmlFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.components.map.MapXmlFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
public class MapXmlFactory extends JRBaseFactory
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTE_imageTypestatic java.lang.StringATTRIBUTE_mapScalestatic java.lang.StringATTRIBUTE_mapTypestatic java.lang.StringATTRIBUTE_onErrorTypestatic java.lang.StringELEMENT_itemstatic java.lang.StringELEMENT_itemPropertystatic java.lang.StringELEMENT_markerDeprecated.Replaced byELEMENT_item.static java.lang.StringELEMENT_markerDatastatic java.lang.StringELEMENT_markerDatasetDeprecated.Replaced byELEMENT_markerData.static java.lang.StringELEMENT_markerPropertyDeprecated.Replaced byELEMENT_itemProperty.static java.lang.StringELEMENT_pathDatastatic java.lang.StringELEMENT_pathStyle-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description MapXmlFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateObject(org.xml.sax.Attributes atts)-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Field Detail
-
ATTRIBUTE_mapType
public static final java.lang.String ATTRIBUTE_mapType
- See Also:
- Constant Field Values
-
ATTRIBUTE_mapScale
public static final java.lang.String ATTRIBUTE_mapScale
- See Also:
- Constant Field Values
-
ATTRIBUTE_imageType
public static final java.lang.String ATTRIBUTE_imageType
- See Also:
- Constant Field Values
-
ATTRIBUTE_onErrorType
public static final java.lang.String ATTRIBUTE_onErrorType
- See Also:
- Constant Field Values
-
ELEMENT_item
public static final java.lang.String ELEMENT_item
- See Also:
- Constant Field Values
-
ELEMENT_markerData
public static final java.lang.String ELEMENT_markerData
- See Also:
- Constant Field Values
-
ELEMENT_itemProperty
public static final java.lang.String ELEMENT_itemProperty
- See Also:
- Constant Field Values
-
ELEMENT_pathStyle
public static final java.lang.String ELEMENT_pathStyle
- See Also:
- Constant Field Values
-
ELEMENT_pathData
public static final java.lang.String ELEMENT_pathData
- See Also:
- Constant Field Values
-
ELEMENT_marker
public static final java.lang.String ELEMENT_marker
Deprecated.Replaced byELEMENT_item.- See Also:
- Constant Field Values
-
ELEMENT_markerDataset
public static final java.lang.String ELEMENT_markerDataset
Deprecated.Replaced byELEMENT_markerData.- See Also:
- Constant Field Values
-
ELEMENT_markerProperty
public static final java.lang.String ELEMENT_markerProperty
Deprecated.Replaced byELEMENT_itemProperty.- See Also:
- Constant Field Values
-
-