public class CategorySeriesHandler extends 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(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.
|
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public CategorySeriesHandler(RootHandler root)
root
- the root handler.public void setSeriesKey(Comparable key)
key
- the key.public void addItem(Comparable key, Number value)
key
- the key.value
- the value.public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
namespaceURI
- the namespace.localName
- the element name.qName
- the element name.atts
- the attributes.SAXException
- for errors.public void endElement(String namespaceURI, String localName, String qName)
endElement
in interface ContentHandler
endElement
in class DefaultHandler
namespaceURI
- the namespace.localName
- the element name.qName
- the element name.Jas4pp 1.5 © Java Analysis Studio for Particle Physics