The pure virtual base class for accessing regular expression group values at runtime. More...
#include <RegexGroupStore.hpp>
Public Member Functions | |
virtual | ~RegexGroupStore () |
default destructor | |
virtual const XMLCh * | getGroup (int index) const =0 |
Looks up the value of a variable by namespace URI and localname pair. |
The pure virtual base class for accessing regular expression group values at runtime.
virtual RegexGroupStore::~RegexGroupStore | ( | ) | [inline, virtual] |
default destructor
virtual const XMLCh* RegexGroupStore::getGroup | ( | int | index | ) | const [pure virtual] |
Looks up the value of a variable by namespace URI and localname pair.