Rogue Wave Views Charts Package API Reference Guide |
Rogue Wave Views Documentation Home |
Date list processor. More...
#include <ilviews/charts/xml.h>
Public Member Functions | |
virtual void | parseDate (IlGregorianCalendar &res, IlString dateString) |
Parses a string representing a date and sets the value of res accordingly. More... | |
virtual IlvXMLSeries * | processValueList (IlvXMLSeries *serie, IlXmlElement *el, IlString sep) |
Returns an IlvXMLSeries* extracted from the IlXmlElement . More... | |
Date list processor.
Library: ilvcharts
Processor of a value list of dates. The only format currently accepted is MM/DD/YYYY, for example, 03/21/2001 (March 21st, 2001).
If a different date format is needed, derive this class and override the parseDate()
method, and then register it to your IlvXMLChartData
.
|
virtual |
Parses a string representing a date and sets the value of res accordingly.
This is the method to override if you need to parse a different date format.
|
virtual |
Returns an IlvXMLSeries*
extracted from the IlXmlElement
.
Parses the value of the IlXmlElement
into an IlvXMLSeries
holding time values.
Reimplemented from IlvXMLValueListProcessor.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.