#include <cxmlelement.h>
Inheritance diagram for ModNameParamResolver:
Public Member Functions | |
virtual bool | resolve (const char *paramname, std::string &value) |
|
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. Implements cXMLElement::ParamResolver. |