2020-02-17 22:17:06 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
< title > XQilla Simple API Documentation< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
< a style = "float:right;" href = "http://sourceforge.net/projects/xqilla" > < img src = "http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border = "0" alt = "SourceForge.net Logo" / > < / a >
2020-02-17 22:22:42 +01:00
<!-- Generated by Doxygen 1.7.3 -->
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
2020-02-17 22:19:57 +01:00
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< li > < a href = "examples.html" > < span > Examples< / span > < / a > < / li >
< / ul >
< / div >
2020-02-17 22:22:42 +01:00
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "annotated.html" > < span > Class  List< / span > < / a > < / li >
< li > < a href = "classes.html" > < span > Class  Index< / span > < / a > < / li >
< li > < a href = "inherits.html" > < span > Class  Hierarchy< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class  Members< / span > < / a > < / li >
2020-02-17 22:19:57 +01:00
< / ul >
< / div >
< / div >
2020-02-17 22:22:42 +01:00
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > < / div >
< div class = "headertitle" >
< h1 > RegexGroupStore Class Reference< / h1 > < / div >
< / div >
2020-02-17 22:19:57 +01:00
< div class = "contents" >
2020-02-17 22:22:42 +01:00
<!-- doxytag: class="RegexGroupStore" -->
2020-02-17 22:19:57 +01:00
< p > The pure virtual base class for accessing regular expression group values at runtime.
< a href = "#_details" > More...< / a > < / p >
2020-02-17 22:17:06 +01:00
2020-02-17 22:19:57 +01:00
< p > < code > #include < < a class = "el" href = "RegexGroupStore_8hpp_source.html" > RegexGroupStore.hpp< / a > > < / code > < / p >
2020-02-17 22:17:06 +01:00
2020-02-17 22:19:57 +01:00
< p > < a href = "classRegexGroupStore-members.html" > List of all members.< / a > < / p >
2020-02-17 22:22:42 +01:00
< table class = "memberdecls" >
< tr > < td colspan = "2" > < h2 > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classRegexGroupStore.html#aefd075e08e48c7eb0f1060874a0b1982" > ~RegexGroupStore< / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > default destructor < a href = "#aefd075e08e48c7eb0f1060874a0b1982" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > virtual const XMLCh *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classRegexGroupStore.html#a974901a686cc9612e8c5f64e411eccb0" > getGroup< / a > (int index) const =0< / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Looks up the value of a variable by namespace URI and localname pair. < a href = "#a974901a686cc9612e8c5f64e411eccb0" > < / a > < br / > < / td > < / tr >
2020-02-17 22:17:06 +01:00
< / table >
2020-02-17 22:19:57 +01:00
< hr / > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
2020-02-17 22:22:42 +01:00
< div class = "textblock" > < p > The pure virtual base class for accessing regular expression group values at runtime. < / p >
< / div > < hr / > < h2 > Constructor & Destructor Documentation< / h2 >
2020-02-17 22:19:57 +01:00
< a class = "anchor" id = "aefd075e08e48c7eb0f1060874a0b1982" > < / a > <!-- doxytag: member="RegexGroupStore::~RegexGroupStore" ref="aefd075e08e48c7eb0f1060874a0b1982" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:17:06 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > virtual RegexGroupStore::~RegexGroupStore < / td >
< td > (< / td >
2020-02-17 22:22:42 +01:00
< td class = "paramname" > < / td > < td > )< / td >
2020-02-17 22:19:57 +01:00
< td > < code > [inline, virtual]< / code > < / td >
2020-02-17 22:17:06 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:17:06 +01:00
2020-02-17 22:19:57 +01:00
< p > default destructor < / p >
< / div >
< / div >
< hr / > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" id = "a974901a686cc9612e8c5f64e411eccb0" > < / a > <!-- doxytag: member="RegexGroupStore::getGroup" ref="a974901a686cc9612e8c5f64e411eccb0" args="(int index) const =0" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 22:17:06 +01:00
< tr >
2020-02-17 22:19:57 +01:00
< td class = "memname" > virtual const XMLCh* RegexGroupStore::getGroup < / td >
< td > (< / td >
2020-02-17 22:22:42 +01:00
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
2020-02-17 22:19:57 +01:00
< td > const< code > [pure virtual]< / code > < / td >
2020-02-17 22:17:06 +01:00
< / tr >
< / table >
2020-02-17 22:19:57 +01:00
< / div >
< div class = "memdoc" >
2020-02-17 22:17:06 +01:00
2020-02-17 22:19:57 +01:00
< p > Looks up the value of a variable by namespace URI and localname pair. < / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "RegexGroupStore_8hpp_source.html" > RegexGroupStore.hpp< / a > < / li >
< / ul >
< / div >
2020-02-17 22:22:42 +01:00
< hr class = "footer" / > < address class = "footer" > < small > Generated on Mon Oct 31 2011 19:08:35 for XQilla Simple API by 
2020-02-17 22:17:06 +01:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 22:22:42 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.7.3 < / small > < / address >
2020-02-17 22:17:06 +01:00
< / body >
< / html >