SPAOP
|
An interface defining a class that sets the parameters of one or several sources from an XML formatted string describing a cWONDER project (as defined in cwonder_project.dtd). More...
#include <XmlParser.h>
Public Member Functions | |
virtual | ~XmlParser () |
Destructor. More... | |
virtual void | updateSourceFromCWonderProject (const std::string &cwProjectXml, Source *source)=0 |
Sets the properties of a Source object to the values given in a cWONDER project XML string (if the string contains information for a source with the same ID). More... | |
virtual void | updateSourceCollectionFromCWonderProject (const std::string &cwProjectXml, SourceCollection &sources)=0 |
Sets the properties of a SourceCollection to the values given in a cWONDER project XML string. More... | |
An interface defining a class that sets the parameters of one or several sources from an XML formatted string describing a cWONDER project (as defined in cwonder_project.dtd).
|
inlinevirtual |
Destructor.
|
pure virtual |
Sets the properties of a SourceCollection to the values given in a cWONDER project XML string.
cwProjectXml | An XML formatted string describing a cWONDER project (as defined in cwonder_project.dtd). |
sources | The SourceCollection that shall be updated. |
|
pure virtual |
Sets the properties of a Source object to the values given in a cWONDER project XML string (if the string contains information for a source with the same ID).
cwProjectXml | An XML formatted string describing a cWONDER project (as defined in cwonder_project.dtd). |
source | The Source object that shall be updated. |