org.jfree.data.xml
public class CategoryDatasetHandler extends RootHandler implements DatasetTags
Constructor Summary | |
---|---|
CategoryDatasetHandler()
Creates a new handler. |
Method Summary | |
---|---|
void | addItem(Comparable rowKey, Comparable columnKey, Number value)
Adds an item to the dataset.
|
void | endElement(String namespaceURI, String localName, String qName)
The end of an element.
|
CategoryDataset | getDataset()
Returns the dataset.
|
void | startElement(String namespaceURI, String localName, String qName, Attributes atts)
The start of an element.
|
Parameters: rowKey the row key. columnKey the column key. value the value.
Parameters: namespaceURI the namespace. localName the element name. qName the element name.
Throws: SAXException for errors.
Returns: The dataset.
Parameters: namespaceURI the namespace. localName the element name. qName the element name. atts the element attributes.
Throws: SAXException for errors.