SourceForge.net Logo
Public Member Functions | List of all members
RegexGroupStore Class Referenceabstract

The pure virtual base class for accessing regular expression group values at runtime. More...

#include <RegexGroupStore.hpp>

Public Member Functions

virtual ~RegexGroupStore ()
 default destructor More...
 
virtual const XMLCh * getGroup (int index) const =0
 Looks up the value of a variable by namespace URI and localname pair. More...
 

Detailed Description

The pure virtual base class for accessing regular expression group values at runtime.

Constructor & Destructor Documentation

virtual RegexGroupStore::~RegexGroupStore ( )
inlinevirtual

default destructor

Member Function Documentation

virtual const XMLCh* RegexGroupStore::getGroup ( int  index) const
pure virtual

Looks up the value of a variable by namespace URI and localname pair.


The documentation for this class was generated from the following file: