Package org.jfree.data.xml
Support for reading datasets from XML files.
-
Interface Summary Interface Description DatasetTags Constants for the tags that identify the elements in the XML files. -
Class Summary Class Description CategoryDatasetHandler A SAX handler for reading aCategoryDataset
from an XML file.CategorySeriesHandler A handler for reading a series for a category dataset.DatasetReader A utility class for reading datasets from XML.ItemHandler A handler for reading key-value items.KeyHandler A SAX handler for reading a key.PieDatasetHandler A SAX handler for reading aPieDataset
from an XML file.RootHandler A SAX handler that delegates work to sub-handlers.ValueHandler A handler for reading a 'Value' element.