org.jfree.data.xml
public class CategorySeriesHandler extends DefaultHandler implements DatasetTags
Constructor Summary | |
---|---|
CategorySeriesHandler(RootHandler root)
Creates a new item handler.
|
Method Summary | |
---|---|
void | addItem(Comparable key, Number value)
Adds an item to the temporary storage for the series.
|
void | endElement(String namespaceURI, String localName, String qName)
The end of an element.
|
void | setSeriesKey(Comparable key)
Sets the series key.
|
void | startElement(String namespaceURI, String localName, String qName, Attributes atts)
The start of an element.
|
Parameters: root the root handler.
Parameters: key the key. value the value.
Parameters: namespaceURI the namespace. localName the element name. qName the element name.
Parameters: key the key.
Parameters: namespaceURI the namespace. localName the element name. qName the element name. atts the attributes.
Throws: SAXException for errors.