XQuilla/docs/simple-api/StaticContext_8hpp.html

107 lines
6.3 KiB
HTML
Raw Normal View History

2020-02-17 21:05:20 +00: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">
2020-02-17 21:11:31 +00:00
<title>XQilla Simple API Documentation</title>
2020-02-17 21:05:20 +00:00
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
2020-02-17 21:11:31 +00:00
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
2020-02-17 21:19:08 +00:00
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="examples.html">Examples</a></div>
<div class="nav">
<a class="el" href="dir_000000.html">include</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">xqilla</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">context</a></div>
2020-02-17 21:05:20 +00:00
<h1>StaticContext.hpp File Reference</h1><code>#include &lt;xqilla/framework/XQillaExport.hpp&gt;</code><br>
2020-02-17 21:11:31 +00:00
<code>#include &lt;<a class="el" href="XQilla_8hpp-source.html">xqilla/simple-api/XQilla.hpp</a>&gt;</code><br>
2020-02-17 21:05:20 +00:00
<code>#include &lt;time.h&gt;</code><br>
2020-02-17 21:13:50 +00:00
<code>#include &lt;<a class="el" href="DocumentCache_8hpp-source.html">xqilla/schema/DocumentCache.hpp</a>&gt;</code><br>
2020-02-17 21:05:20 +00:00
<code>#include &lt;<a class="el" href="PlatformUtils_8hpp-source.html">xercesc/util/PlatformUtils.hpp</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="XMemory_8hpp-source.html">xercesc/util/XMemory.hpp</a>&gt;</code><br>
<p>
2020-02-17 21:19:08 +00:00
Include dependency graph for StaticContext.hpp:<p><center><img src="StaticContext_8hpp__incl.png" border="0" usemap="#StaticContext.hpp_map" alt="Include dependency graph"></center>
2020-02-17 21:05:20 +00:00
<map name="StaticContext.hpp_map">
2020-02-17 21:19:08 +00:00
<area href="XQilla_8hpp.html" shape="rect" coords="153,81,335,105" alt="">
<area href="PlatformUtils_8hpp.html" shape="rect" coords="251,7,445,31" alt="">
<area href="XMemory_8hpp.html" shape="rect" coords="469,7,643,31" alt="">
<area href="DocumentCache_8hpp.html" shape="rect" coords="540,81,769,105" alt="">
</map>
2020-02-17 21:05:20 +00:00
<p>
2020-02-17 21:19:08 +00:00
This graph shows which files directly or indirectly include this file:<p><center><img src="StaticContext_8hpp__dep__incl.png" border="0" usemap="#StaticContext.hppdep_map" alt="Included by dependency graph"></center>
2020-02-17 21:05:20 +00:00
<map name="StaticContext.hppdep_map">
2020-02-17 21:19:08 +00:00
<area href="XQQuery_8hpp.html" shape="rect" coords="15,81,116,105" alt="">
<area href="xqilla-simple_8hpp.html" shape="rect" coords="5,7,125,31" alt="">
<area href="DynamicContext_8hpp.html" shape="rect" coords="140,81,284,105" alt="">
<area href="ContextHelpers_8hpp.html" shape="rect" coords="149,7,288,31" alt="">
</map>
2020-02-17 21:05:20 +00:00
<p>
<a href="StaticContext_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classStaticContext.html">StaticContext</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The parse time static context interface. <a href="classStaticContext.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
2020-02-17 21:19:08 +00:00
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::vector&lt; ASTNode *,<br>
<a class="el" href="classXQillaAllocator.html">XQillaAllocator</a>&lt; ASTNode * &gt; &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="StaticContext_8hpp.html#a0">VectorOfASTNodes</a></td></tr>
2020-02-17 21:17:06 +00:00
2020-02-17 21:19:08 +00:00
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::vector&lt; XQUserFunction *,<br>
<a class="el" href="classXQillaAllocator.html">XQillaAllocator</a>&lt; XQUserFunction * &gt; &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="StaticContext_8hpp.html#a1">UserFunctions</a></td></tr>
2020-02-17 21:05:20 +00:00
</table>
<hr><h2>Typedef Documentation</h2>
2020-02-17 21:19:08 +00:00
<a class="anchor" name="a1" doxytag="StaticContext.hpp::UserFunctions"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
2020-02-17 21:17:06 +00:00
<tr>
2020-02-17 21:19:08 +00:00
<td class="md" nowrap valign="top">typedef std::vector&lt;XQUserFunction*, <a class="el" href="classXQillaAllocator.html">XQillaAllocator</a>&lt;XQUserFunction*&gt; &gt; <a class="el" href="StaticContext_8hpp.html#a1">UserFunctions</a> </td>
2020-02-17 21:17:06 +00:00
</tr>
</table>
2020-02-17 21:19:08 +00:00
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
2020-02-17 21:17:06 +00:00
<p>
2020-02-17 21:19:08 +00:00
</td>
</tr>
</table>
<a class="anchor" name="a0" doxytag="StaticContext.hpp::VectorOfASTNodes"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
2020-02-17 21:05:20 +00:00
<tr>
2020-02-17 21:19:08 +00:00
<td class="md" nowrap valign="top">typedef std::vector&lt;ASTNode*,<a class="el" href="classXQillaAllocator.html">XQillaAllocator</a>&lt;ASTNode*&gt; &gt; <a class="el" href="StaticContext_8hpp.html#a0">VectorOfASTNodes</a> </td>
2020-02-17 21:05:20 +00:00
</tr>
</table>
2020-02-17 21:19:08 +00:00
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
2020-02-17 21:05:20 +00:00
<p>
2020-02-17 21:19:08 +00:00
</td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:36 2009 for XQilla Simple API by&nbsp;
2020-02-17 21:05:20 +00:00
<a href="http://www.doxygen.org/index.html">
2020-02-17 21:19:08 +00:00
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
2020-02-17 21:05:20 +00:00
</body>
</html>