#include <xpathdbvaluer.hpp>
Inheritance diagram for XpathDBValuer:
Definition at line 53 of file xpathdbvaluer.hpp.
Public Methods | |
XpathDBValuer () | |
void | setRoot (DBObjectNode *p_pSAXDBNodeRoot) |
Sets root object node. | |
char * | calculateExpression (const char *p_pszExpression) |
Returns result of provided expression. |
|
Definition at line 51 of file xpathdbvaluer.cpp. |
|
Returns result of provided expression.
Implements XMLValuer. Definition at line 68 of file xpathdbvaluer.cpp. References copyCharBuffer(), DBOBJECTTYPE_FIELD, DBOBJECTTYPE_NODE, DEBUG_FUNC, DBObject::getType(), and DBObjectNode::selectSingleNode(). |
|
Sets root object node.
Definition at line 59 of file xpathdbvaluer.cpp. References DEBUG_FUNC. Referenced by DBObjectNode::calculateRelValue(). |