This commit is contained in:
King_DuckZ 2020-02-17 22:23:16 +01:00
parent 824eb94695
commit 7c49d5c548
3294 changed files with 46105 additions and 39662 deletions

View file

@ -5,32 +5,28 @@
<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&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
<!-- Generated by Doxygen 1.7.3 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<div class="header">
<div class="headertitle">
<h1>StaticContext.hpp</h1> </div>
</div>
<div class="contents">
<a href="StaticContext_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<h1>StaticContext.hpp</h1><a href="StaticContext_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (c) 2001, 2008,</span>
<a name="l00003"></a>00003 <span class="comment"> * DecisionSoft Limited. All rights reserved.</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (c) 2004, 2011,</span>
<a name="l00005"></a>00005 <span class="comment"> * Oracle and/or its affiliates. All rights reserved.</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.</span>
<a name="l00005"></a>00005 <span class="comment"> * </span>
<a name="l00006"></a>00006 <span class="comment"> *</span>
<a name="l00007"></a>00007 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span>
<a name="l00008"></a>00008 <span class="comment"> * you may not use this file except in compliance with the License.</span>
@ -49,18 +45,18 @@
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define _STATICCONTEXT_HPP</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;xqilla/framework/XQillaExport.hpp&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;xqilla/simple-api/XQilla.hpp&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;<a class="code" href="XQilla_8hpp.html">xqilla/simple-api/XQilla.hpp</a>&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;time.h&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;xqilla/schema/DocumentCache.hpp&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;xercesc/util/PlatformUtils.hpp&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;xercesc/util/XMemory.hpp&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="DocumentCache_8hpp.html">xqilla/schema/DocumentCache.hpp</a>&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;<a class="code" href="PlatformUtils_8hpp.html">xercesc/util/PlatformUtils.hpp</a>&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;<a class="code" href="XMemory_8hpp.html">xercesc/util/XMemory.hpp</a>&gt;</span>
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="keyword">class </span><a class="code" href="classDynamicContext.html" title="The execution time dynamic context interface.">DynamicContext</a>;
<a name="l00031"></a>00031 <span class="keyword">class </span><a class="code" href="classXPath2MemoryManager.html">XPath2MemoryManager</a>;
<a name="l00032"></a>00032 <span class="keyword">class </span>FuncFactory;
<a name="l00033"></a>00033 <span class="keyword">class </span>DatatypeFactory;
<a name="l00034"></a>00034 <span class="keyword">class </span><a class="code" href="classCollation.html">Collation</a>;
<a name="l00035"></a>00035 <span class="keyword">class </span><a class="code" href="classVariableTypeStore.html" title="This is the wrapper class for the variable store, which implements the lookup and scoping of simple v...">VariableTypeStore</a>;
<a name="l00035"></a>00035 <span class="keyword">class </span><a class="code" href="classVariableTypeStore.html" title="This is the wrapper class for the variable store, which implements the lookup and...">VariableTypeStore</a>;
<a name="l00036"></a>00036 <span class="keyword">class </span><a class="code" href="classItemFactory.html">ItemFactory</a>;
<a name="l00037"></a>00037 <span class="keyword">class </span><a class="code" href="classStaticType.html" title="Class that represents the static type of an expression.">StaticType</a>;
<a name="l00038"></a>00038 <span class="keyword">class </span><a class="code" href="classModuleResolver.html">ModuleResolver</a>;
@ -85,25 +81,25 @@
<a name="l00058"></a>00058 {
<a name="l00059"></a>00059 <span class="keyword">public</span>:
<a name="l00060"></a><a class="code" href="classStaticContext.html#ab8bafb380375462baaed1f97db7314cd">00060</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
<a name="l00061"></a><a class="code" href="classStaticContext.html#ab8bafb380375462baaed1f97db7314cda99710447314270a3b0c3c418543ecf62">00061</a> <a class="code" href="classStaticContext.html#ab8bafb380375462baaed1f97db7314cda99710447314270a3b0c3c418543ecf62">ORDERING_ORDERED</a>,
<a name="l00061"></a><a class="code" href="classStaticContext.html#ab8bafb380375462baaed1f97db7314cda99710447314270a3b0c3c418543ecf62">00061</a> ORDERING_ORDERED,
<a name="l00062"></a><a class="code" href="classStaticContext.html#ab8bafb380375462baaed1f97db7314cda11863f7ffef852eb2467b9c3b0236f86">00062</a> ORDERING_UNORDERED
<a name="l00063"></a>00063 } NodeSetOrdering;
<a name="l00064"></a>00064
<a name="l00065"></a><a class="code" href="classStaticContext.html#aafd3dd12453e8237c20895f80a9360a1">00065</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
<a name="l00066"></a><a class="code" href="classStaticContext.html#aafd3dd12453e8237c20895f80a9360a1aad92a50d77bdbefde57d5cb389314b69">00066</a> <a class="code" href="classStaticContext.html#aafd3dd12453e8237c20895f80a9360a1aad92a50d77bdbefde57d5cb389314b69">CONSTRUCTION_MODE_PRESERVE</a>,
<a name="l00066"></a><a class="code" href="classStaticContext.html#aafd3dd12453e8237c20895f80a9360a1aad92a50d77bdbefde57d5cb389314b69">00066</a> CONSTRUCTION_MODE_PRESERVE,
<a name="l00067"></a><a class="code" href="classStaticContext.html#aafd3dd12453e8237c20895f80a9360a1a9b1c0f9a604a1a7bd66475d216798d32">00067</a> CONSTRUCTION_MODE_STRIP
<a name="l00068"></a>00068 } ConstructionMode;
<a name="l00069"></a>00069
<a name="l00070"></a><a class="code" href="classStaticContext.html#ae2f0da091c646c1fce65483226d9c6ac">00070</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
<a name="l00071"></a><a class="code" href="classStaticContext.html#ae2f0da091c646c1fce65483226d9c6aca4dd72aae9d9222dce51a86103ab10cad">00071</a> <a class="code" href="classStaticContext.html#ae2f0da091c646c1fce65483226d9c6aca4dd72aae9d9222dce51a86103ab10cad">FLWOR_ORDER_EMPTY_GREATEST</a>,
<a name="l00071"></a><a class="code" href="classStaticContext.html#ae2f0da091c646c1fce65483226d9c6aca4dd72aae9d9222dce51a86103ab10cad">00071</a> FLWOR_ORDER_EMPTY_GREATEST,
<a name="l00072"></a><a class="code" href="classStaticContext.html#ae2f0da091c646c1fce65483226d9c6aca6725b7b4fb071fd4253cf15a529819e5">00072</a> FLWOR_ORDER_EMPTY_LEAST
<a name="l00073"></a>00073 } FLWOROrderingMode;
<a name="l00074"></a>00074
<a name="l00075"></a><a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebd">00075</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
<a name="l00076"></a><a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebdac2a4e3ed41ed6e08d3737a6ca01face3">00076</a> <a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebdac2a4e3ed41ed6e08d3737a6ca01face3">NONE</a>,
<a name="l00077"></a><a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebda45b26ae767fcba1b29361285ff0d25c8">00077</a> <a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebda45b26ae767fcba1b29361285ff0d25c8">CASE_INSENSITIVE</a>,
<a name="l00078"></a><a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebda9c6972d6020a0b0ff34941080b7864eb">00078</a> <a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebda9c6972d6020a0b0ff34941080b7864eb">CASE_SENSITIVE</a>,
<a name="l00079"></a><a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebdab51c7cbc030cf0834e3fce7336abe616">00079</a> <a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebdab51c7cbc030cf0834e3fce7336abe616">UPPERCASE</a>,
<a name="l00076"></a><a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebdac2a4e3ed41ed6e08d3737a6ca01face3">00076</a> NONE,
<a name="l00077"></a><a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebda45b26ae767fcba1b29361285ff0d25c8">00077</a> CASE_INSENSITIVE,
<a name="l00078"></a><a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebda9c6972d6020a0b0ff34941080b7864eb">00078</a> CASE_SENSITIVE,
<a name="l00079"></a><a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebdab51c7cbc030cf0834e3fce7336abe616">00079</a> UPPERCASE,
<a name="l00080"></a><a class="code" href="classStaticContext.html#af48c045b33058d1f6b5f8da43dbadebda4c715bbabd1d8c29ac3525c173335967">00080</a> LOWERCASE
<a name="l00081"></a>00081 } FTCaseOption;
<a name="l00082"></a>00082
@ -162,7 +158,7 @@
<a name="l00173"></a>00173
<a name="l00175"></a>00175 <span class="keyword">virtual</span> <span class="keywordtype">void</span> addSchemaLocation(<span class="keyword">const</span> XMLCh* uri, <a class="code" href="DocumentCache_8hpp.html#aaab74fdf21f46c72dd5e97f48fecb3b6">VectorOfStrings</a>* locations, <span class="keyword">const</span> <a class="code" href="classLocationInfo.html" title="A class that gives records a location in the query.">LocationInfo</a> *location = 0) = 0;
<a name="l00176"></a>00176
<a name="l00178"></a>00178 <span class="keyword">virtual</span> <a class="code" href="classVariableTypeStore.html" title="This is the wrapper class for the variable store, which implements the lookup and scoping of simple v...">VariableTypeStore</a>* getVariableTypeStore() = 0;
<a name="l00178"></a>00178 <span class="keyword">virtual</span> <a class="code" href="classVariableTypeStore.html" title="This is the wrapper class for the variable store, which implements the lookup and...">VariableTypeStore</a>* getVariableTypeStore() = 0;
<a name="l00179"></a>00179
<a name="l00181"></a>00181 <span class="keyword">virtual</span> <span class="keywordtype">void</span> addTemplate(XQUserFunction *tp) = 0;
<a name="l00183"></a>00183 <span class="keyword">virtual</span> <span class="keyword">const</span> XQUserFunction *lookUpNamedTemplate(<span class="keyword">const</span> XMLCh *uri, <span class="keyword">const</span> XMLCh *name) <span class="keyword">const</span> = 0;
@ -232,9 +228,8 @@
<a name="l00314"></a>00314
<a name="l00315"></a>00315 <span class="preprocessor">#endif</span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Mon Oct 31 2011 19:08:35 for XQilla Simple API by&#160;
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla Simple API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>