| java.lang.Object | |||
| ↳ | org.xml.sax.helpers.DefaultHandler | ||
| ↳ | org.jfree.data.xml.RootHandler | ||
| ↳ | org.jfree.data.xml.CategoryDatasetHandler | ||
A SAX handler for reading a CategoryDataset from an XML file.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.jfree.data.xml.DatasetTags
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new handler.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds an item to the dataset.
| |||||||||||
The end of an element.
| |||||||||||
Returns the dataset.
| |||||||||||
The start of an element.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.data.xml.RootHandler
| |||||||||||
From class
org.xml.sax.helpers.DefaultHandler
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.xml.sax.ContentHandler
| |||||||||||
From interface
org.xml.sax.DTDHandler
| |||||||||||
From interface
org.xml.sax.EntityResolver
| |||||||||||
From interface
org.xml.sax.ErrorHandler
| |||||||||||
Creates a new handler.
Adds an item to the dataset.
| rowKey | the row key. |
|---|---|
| columnKey | the column key. |
| value | the value. |
The end of an element.
| namespaceURI | the namespace. |
|---|---|
| localName | the element name. |
| qName | the element name. |
| SAXException | for errors. |
|---|
The start of an element.
| namespaceURI | the namespace. |
|---|---|
| localName | the element name. |
| qName | the element name. |
| atts | the element attributes. |
| SAXException | for errors. |
|---|