v2.2.3
This commit is contained in:
parent
1613a190f0
commit
b93578226a
2489 changed files with 122200 additions and 118330 deletions
|
@ -5,91 +5,90 @@
|
|||
<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>
|
||||
<!-- Generated by Doxygen 1.3.9.1 -->
|
||||
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="examples.html">Examples</a></div>
|
||||
<h1>RegexGroupStore Class Reference</h1>The pure virtual base class for accessing regular expression group values at runtime.
|
||||
<a href="#_details">More...</a>
|
||||
<p>
|
||||
<code>#include <<a class="el" href="RegexGroupStore_8hpp-source.html">RegexGroupStore.hpp</a>></code>
|
||||
<p>
|
||||
<a href="classRegexGroupStore-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td></td></tr>
|
||||
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classRegexGroupStore.html#a0">~RegexGroupStore</a> ()</td></tr>
|
||||
<!-- Generated by Doxygen 1.6.1 -->
|
||||
<div class="navigation" id="top">
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<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>
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<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="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<h1>RegexGroupStore Class Reference</h1><!-- doxytag: class="RegexGroupStore" -->
|
||||
<p>The pure virtual base class for accessing regular expression group values at runtime.
|
||||
<a href="#_details">More...</a></p>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">default destructor <a href="#a0"></a><br></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const XMLCh * </td><td class="memItemRight" valign="bottom"><a class="el" href="classRegexGroupStore.html#a1">getGroup</a> (int index) const =0</td></tr>
|
||||
<p><code>#include <<a class="el" href="RegexGroupStore_8hpp_source.html">RegexGroupStore.hpp</a>></code></p>
|
||||
|
||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Looks up the value of a variable by namespace URI and localname pair. <a href="#a1"></a><br></td></tr>
|
||||
<p><a href="classRegexGroupStore-members.html">List of all members.</a></p>
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td colspan="2"><h2>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>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
The pure virtual base class for accessing regular expression group values at runtime.
|
||||
<p>
|
||||
<hr><h2>Constructor & Destructor Documentation</h2>
|
||||
<a class="anchor" name="a0" doxytag="RegexGroupStore::~RegexGroupStore"></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<p>The pure virtual base class for accessing regular expression group values at runtime. </p>
|
||||
<hr/><h2>Constructor & Destructor Documentation</h2>
|
||||
<a class="anchor" id="aefd075e08e48c7eb0f1060874a0b1982"></a><!-- doxytag: member="RegexGroupStore::~RegexGroupStore" ref="aefd075e08e48c7eb0f1060874a0b1982" args="()" -->
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top">virtual RegexGroupStore::~<a class="el" href="classRegexGroupStore.html">RegexGroupStore</a> </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="mdname1" valign="top" nowrap> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap><code> [inline, virtual]</code></td>
|
||||
<td class="memname">virtual RegexGroupStore::~RegexGroupStore </td>
|
||||
<td>(</td>
|
||||
<td class="paramname"></td>
|
||||
<td> ) </td>
|
||||
<td><code> [inline, virtual]</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing="5" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
</div>
|
||||
<div class="memdoc">
|
||||
|
||||
<p>
|
||||
default destructor
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr><h2>Member Function Documentation</h2>
|
||||
<a class="anchor" name="a1" doxytag="RegexGroupStore::getGroup"></a><p>
|
||||
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td class="mdRow">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<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">
|
||||
<tr>
|
||||
<td class="md" nowrap valign="top">virtual const XMLCh* RegexGroupStore::getGroup </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="md" nowrap valign="top">int </td>
|
||||
<td class="mdname1" valign="top" nowrap> <em>index</em> </td>
|
||||
<td class="md" valign="top"> ) </td>
|
||||
<td class="md" nowrap> const<code> [pure virtual]</code></td>
|
||||
<td class="memname">virtual const XMLCh* RegexGroupStore::getGroup </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">int </td>
|
||||
<td class="paramname"> <em>index</em></td>
|
||||
<td> ) </td>
|
||||
<td> const<code> [pure virtual]</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing="5" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
</div>
|
||||
<div class="memdoc">
|
||||
|
||||
<p>
|
||||
Looks up the value of a variable by namespace URI and localname pair.
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<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></ul>
|
||||
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:41 2009 for XQilla Simple API by
|
||||
<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>
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 14:59:59 2009 for XQilla Simple API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue