Rogue Wave Views Charts Package API Reference Guide |
Rogue Wave Views Documentation Home |
Base class for XML property readers. More...
#include <ilviews/charts/xml.h>
Public Member Functions | |
virtual IlvXMLProperty * | readProperty (IlXmlElement *propertyElt)=0 |
Reads the specified property element. More... | |
virtual IlBoolean | setProperty (IlvChartDataSet *dataSet, IlString propertyName, IlAny value)=0 |
Sets the specified property on the specified data set. More... | |
Base class for XML property readers.
Library: ilvcharts
A property reader is an object that will process <property> nodes. While parsing the XML document, readProperty()
will be called when such a node is encountered.
Once the document is parsed and the data set is built, setProperty()
will be called for each property that was created by readProperty()
.
|
pure virtual |
Reads the specified property element.
propertyElt | The property element to read. |
|
pure virtual |
Sets the specified property on the specified data set.
dataSet | The data set on which the property should be set. |
propertyName | The property name. |
value | The property value. |
IlvXMLProperty
should be deleted or not. © 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.