Rogue Wave Views 5.6 |
Rogue Wave Views |
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. | |
virtual IlBoolean | setProperty (IlvChartDataSet *dataSet, IlString propertyName, IlAny value)=0 |
Sets the specified property on the specified data set. |
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()
.
virtual IlvXMLProperty* IlvXMLPropertyReader::readProperty | ( | IlXmlElement * | propertyElt | ) | [pure virtual] |
Reads the specified property element.
propertyElt | The property element to read. |
virtual IlBoolean IlvXMLPropertyReader::setProperty | ( | IlvChartDataSet * | dataSet, | |
IlString | propertyName, | |||
IlAny | value | |||
) | [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 2012, 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.