#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 void | getInScopeVariables (std::vector< std::pair< const XMLCh *, const XMLCh * > > &variables) const =0 |
Fills the vector provided with the uri and localname of the variables in scope. |
|
default destructor
|
|
Fills the vector provided with the uri and localname of the variables in scope.
|
|
Looks up the value of a variable by namespace URI and localname pair.
|