Rogue Wave Views Charts Package API Reference Guide |
Rogue Wave Views Documentation Home |
Base class for value list processors in XML data sets. More...
#include <ilviews/charts/xml.h>
Public Member Functions | |
virtual IlvXMLSeries * | processValueList (IlvXMLSeries *serie, IlXmlElement *el, IlString sep) |
Returns an IlvXMLSeries* extracted from the IlXmlElement . More... | |
Base class for value list processors in XML data sets.
Library: ilvcharts
When parsing an XML data set, each valueList node will be passed to a value list processor. The value list processor is chosen depending on the type of the series. The user can provide his own processors by registering them to IlvXMLChartData
. By default, two processors are registered: IlvXMLValueListProcessor
and IlvXMLDateListProcessor
.
|
virtual |
Returns an IlvXMLSeries*
extracted from the IlXmlElement
.
Parse the value of the IlXmlElement
into an IlvXMLSeries
holding doubles.
Reimplemented in IlvXMLDateListProcessor.
© 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.