public class CategorySeriesHandler extends org.xml.sax.helpers.DefaultHandler implements DatasetTags
CATEGORYDATASET_TAG, ITEM_TAG, KEY_TAG, PIEDATASET_TAG, SERIES_TAG, VALUE_TAG
Constructor and Description |
---|
CategorySeriesHandler(RootHandler root)
Creates a new item handler.
|
Modifier and Type | Method and Description |
---|---|
void |
addItem(java.lang.Comparable key,
java.lang.Number value)
Adds an item to the temporary storage for the series.
|
void |
endElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName)
The end of an element.
|
void |
setSeriesKey(java.lang.Comparable key)
Sets the series key.
|
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
The start of an element.
|
public CategorySeriesHandler(RootHandler root)
root
- the root handler.public void setSeriesKey(java.lang.Comparable key)
key
- the key.public void addItem(java.lang.Comparable key, java.lang.Number value)
key
- the key.value
- the value.public void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
namespaceURI
- the namespace.localName
- the element name.qName
- the element name.atts
- the attributes.org.xml.sax.SAXException
- for errors.public void endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
endElement
in interface org.xml.sax.ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
namespaceURI
- the namespace.localName
- the element name.qName
- the element name.