#include <cxmlelement.h>
Inheritance diagram for cXMLElement::ParamResolver:
Public Member Functions | |
virtual bool | resolve (const char *paramname, std::string &value)=0 |
|
To be redefined in subclasses. If paramname is recognized, the method should store the value in the 'value' argument and return true; otherwise it should return false. Implemented in ModNameParamResolver, and StringMapParamResolver. |