#include <VariableStore.hpp>
Public Member Functions | |
virtual | ~VariableStore () |
default destructor | |
virtual Result | getVar (const XMLCh *namespaceURI, const XMLCh *name) const =0 |
Looks up the value of a variable by namespace URI and localname pair. |
virtual VariableStore::~VariableStore | ( | ) | [inline, virtual] |
default destructor
virtual Result VariableStore::getVar | ( | const XMLCh * | namespaceURI, | |
const XMLCh * | name | |||
) | const [pure virtual] |
Looks up the value of a variable by namespace URI and localname pair.