#include <xmlvaluer.hpp>
Inheritance diagram for XMLValuer:
Definition at line 51 of file xmlvaluer.hpp.
Public Methods | |
XMLValuer () | |
Constructor. | |
virtual | ~XMLValuer () |
Destructor. | |
virtual char * | calculateExpression (const char *p_pszExpression)=0 |
Returns result of provided expression. |
|
Constructor.
Definition at line 61 of file xmlvaluer.hpp. References DEBUG_CREATE. |
|
Destructor.
Definition at line 68 of file xmlvaluer.hpp. |
|
Returns result of provided expression.
Implemented in DateValuer, EnvValuer, LangValuer, ParamValuer, SQLDBValuer, and XpathDBValuer. Referenced by XMLValuable::calculateValue(). |