20#ifndef _REGEXGROUPSTORE_HPP
21#define _REGEXGROUPSTORE_HPP
23#include <xqilla/framework/XQillaExport.hpp>
25#include <xercesc/util/XercesDefs.hpp>
37 virtual const XMLCh *
getGroup(
int index)
const = 0;
The pure virtual base class for accessing regular expression group values at runtime.
Definition RegexGroupStore.hpp:31
virtual ~RegexGroupStore()
default destructor
Definition RegexGroupStore.hpp:34
virtual const XMLCh * getGroup(int index) const =0
Looks up the value of a variable by namespace URI and localname pair.
A scoped pointer wrapper for the lazily evaluated query result.
Definition Result.hpp:38