Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

XMLValuer Class Reference

#include <xmlvaluer.hpp>

Inheritance diagram for XMLValuer:

Inheritance graph
[legend]
List of all members.

Detailed Description

Abstract base class for XML valuers.

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 & Destructor Documentation

XMLValuer::XMLValuer   [inline]
 

Constructor.

Definition at line 61 of file xmlvaluer.hpp.

References DEBUG_CREATE.

virtual XMLValuer::~XMLValuer   [inline, virtual]
 

Destructor.

Definition at line 68 of file xmlvaluer.hpp.

References DEBUG_DEL, and XMLValuer.


Member Function Documentation

virtual char* XMLValuer::calculateExpression const char *    p_pszExpression [pure virtual]
 

Returns result of provided expression.

Parameters:
p_strExpression (string) an expression
Returns:
(string) expression result.

Implemented in DateValuer, EnvValuer, LangValuer, ParamValuer, SQLDBValuer, and XpathDBValuer.

Referenced by XMLValuable::calculateValue().


The documentation for this class was generated from the following file:
Generated on Sat Oct 4 13:25:07 2003 for XDFLengine by doxygen1.3-rc2