You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by ti...@apache.org on 2014/04/22 07:58:52 UTC

svn commit: r1589021 [12/49] - in /incubator/vxquery/site: ./ apidocs/ apidocs/org/apache/vxquery/cli/ apidocs/org/apache/vxquery/cli/class-use/ apidocs/org/apache/vxquery/collations/ apidocs/org/apache/vxquery/collations/class-use/ apidocs/org/apache/...

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ExpressionToolbox (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>ExpressionToolbox (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ExpressionToolbox (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="ExpressionToolbox (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -133,15 +133,36 @@ extends <a href="http://docs.oracle.com/
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#findAllFunctionExpressions(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier, java.util.List)">findAllFunctionExpressions</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
+                          edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier&nbsp;fi,
+                          <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&gt;&nbsp;finds)</code>
+<div class="block">Find all functions for a specific expression.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#findFirstFunctionExpression(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier)">findFirstFunctionExpression</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
+                           edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier&nbsp;fi)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>static org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#findFunctionExpression(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier)">findFunctionExpression</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
-                      edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier&nbsp;fi)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#findLastFunctionExpression(org.apache.commons.lang3.mutable.Mutable)">findLastFunctionExpression</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#findVariableExpression(org.apache.commons.lang3.mutable.Mutable)">findVariableExpression</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#findVariableExpression(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable)">findVariableExpression</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
                       edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable&nbsp;lv)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#findVariableExpressions(org.apache.commons.lang3.mutable.Mutable, java.util.List)">findVariableExpressions</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
+                       <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&gt;&nbsp;finds)</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/vxquery/functions/Function.html" title="class in org.apache.vxquery.functions">Function</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#getBuiltIn(org.apache.commons.lang3.mutable.Mutable)">getBuiltIn</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe)</code>&nbsp;</td>
@@ -151,6 +172,21 @@ extends <a href="http://docs.oracle.com/
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#getConstantAsPointable(edu.uci.ics.hyracks.algebricks.core.algebra.expressions.ConstantExpression, org.apache.vxquery.datamodel.accessors.TaggedValuePointable)">getConstantAsPointable</a></strong>(edu.uci.ics.hyracks.algebricks.core.algebra.expressions.ConstantExpression&nbsp;typeExpression,
                       <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp)</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#getOutputSequenceType(org.apache.commons.lang3.mutable.Mutable, org.apache.commons.lang3.mutable.Mutable, org.apache.vxquery.context.StaticContext)">getOutputSequenceType</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef,
+                     org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;argFirstM,
+                     <a href="../../../../../../../org/apache/vxquery/context/StaticContext.html" title="interface in org.apache.vxquery.context">StaticContext</a>&nbsp;dCtx)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#getTypeExpressionTypeArgument(org.apache.commons.lang3.mutable.Mutable)">getTypeExpressionTypeArgument</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;searchM)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#getTypeExpressionTypeArgument(org.apache.commons.lang3.mutable.Mutable, org.apache.vxquery.context.StaticContext)">getTypeExpressionTypeArgument</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;searchM,
+                             <a href="../../../../../../../org/apache/vxquery/context/StaticContext.html" title="interface in org.apache.vxquery.context">StaticContext</a>&nbsp;dCtx)</code>&nbsp;</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -200,14 +236,54 @@ extends <a href="http://docs.oracle.com/
                                                                                                                                    edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable&nbsp;lv)</pre>
 </li>
 </ul>
-<a name="findFunctionExpression(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier)">
+<a name="findVariableExpression(org.apache.commons.lang3.mutable.Mutable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findVariableExpression</h4>
+<pre>public static&nbsp;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;findVariableExpression(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe)</pre>
+</li>
+</ul>
+<a name="findVariableExpressions(org.apache.commons.lang3.mutable.Mutable, java.util.List)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findVariableExpressions</h4>
+<pre>public static&nbsp;void&nbsp;findVariableExpressions(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
+                           <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&gt;&nbsp;finds)</pre>
+</li>
+</ul>
+<a name="findLastFunctionExpression(org.apache.commons.lang3.mutable.Mutable)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>findFunctionExpression</h4>
-<pre>public static&nbsp;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;findFunctionExpression(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
-                                                                                                                                   edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier&nbsp;fi)</pre>
+<h4>findLastFunctionExpression</h4>
+<pre>public static&nbsp;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;findLastFunctionExpression(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe)</pre>
+</li>
+</ul>
+<a name="findFirstFunctionExpression(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findFirstFunctionExpression</h4>
+<pre>public static&nbsp;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;findFirstFunctionExpression(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
+                                                                                                                                        edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier&nbsp;fi)</pre>
+</li>
+</ul>
+<a name="findAllFunctionExpressions(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier, java.util.List)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findAllFunctionExpressions</h4>
+<pre>public static&nbsp;void&nbsp;findAllFunctionExpressions(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
+                              edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier&nbsp;fi,
+                              <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&gt;&nbsp;finds)</pre>
+<div class="block">Find all functions for a specific expression.</div>
 </li>
 </ul>
 <a name="getBuiltIn(org.apache.commons.lang3.mutable.Mutable)">
@@ -222,13 +298,43 @@ extends <a href="http://docs.oracle.com/
 <a name="getConstantAsPointable(edu.uci.ics.hyracks.algebricks.core.algebra.expressions.ConstantExpression, org.apache.vxquery.datamodel.accessors.TaggedValuePointable)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getConstantAsPointable</h4>
 <pre>public static&nbsp;void&nbsp;getConstantAsPointable(edu.uci.ics.hyracks.algebricks.core.algebra.expressions.ConstantExpression&nbsp;typeExpression,
                           <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp)</pre>
 </li>
 </ul>
+<a name="getTypeExpressionTypeArgument(org.apache.commons.lang3.mutable.Mutable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTypeExpressionTypeArgument</h4>
+<pre>public static&nbsp;int&nbsp;getTypeExpressionTypeArgument(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;searchM)</pre>
+</li>
+</ul>
+<a name="getTypeExpressionTypeArgument(org.apache.commons.lang3.mutable.Mutable, org.apache.vxquery.context.StaticContext)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTypeExpressionTypeArgument</h4>
+<pre>public static&nbsp;<a href="../../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;getTypeExpressionTypeArgument(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;searchM,
+                                         <a href="../../../../../../../org/apache/vxquery/context/StaticContext.html" title="interface in org.apache.vxquery.context">StaticContext</a>&nbsp;dCtx)</pre>
+</li>
+</ul>
+<a name="getOutputSequenceType(org.apache.commons.lang3.mutable.Mutable, org.apache.commons.lang3.mutable.Mutable, org.apache.vxquery.context.StaticContext)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getOutputSequenceType</h4>
+<pre>public static&nbsp;<a href="../../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;getOutputSequenceType(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef,
+                                 org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;argFirstM,
+                                 <a href="../../../../../../../org/apache/vxquery/context/StaticContext.html" title="interface in org.apache.vxquery.context">StaticContext</a>&nbsp;dCtx)</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -296,6 +402,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>OperatorToolbox (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>OperatorToolbox (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="OperatorToolbox (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="OperatorToolbox (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -137,8 +137,22 @@ extends <a href="http://docs.oracle.com/
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html#findLastSubplanOperator(edu.uci.ics.hyracks.algebricks.core.algebra.operators.logical.AbstractLogicalOperator)">findLastSubplanOperator</a></strong>(edu.uci.ics.hyracks.algebricks.core.algebra.operators.logical.AbstractLogicalOperator&nbsp;op)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>static org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html#findLastSubplanOperator(org.apache.commons.lang3.mutable.Mutable)">findLastSubplanOperator</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html#findProducerOf(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable)">findProducerOf</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef,
+              edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable&nbsp;lv)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html#getExpressionOf(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable)">getExpressionOf</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef,
+               edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable&nbsp;lv)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html#getExpression(org.apache.commons.lang3.mutable.Mutable)">getExpression</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html#getExpressions(org.apache.commons.lang3.mutable.Mutable)">getExpressions</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -179,6 +193,15 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a>
 <h3>Method Detail</h3>
+<a name="findLastSubplanOperator(org.apache.commons.lang3.mutable.Mutable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findLastSubplanOperator</h4>
+<pre>public static&nbsp;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;findLastSubplanOperator(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef)</pre>
+</li>
+</ul>
 <a name="findLastSubplanOperator(edu.uci.ics.hyracks.algebricks.core.algebra.operators.logical.AbstractLogicalOperator)">
 <!--   -->
 </a>
@@ -188,13 +211,33 @@ extends <a href="http://docs.oracle.com/
 <pre>public static&nbsp;edu.uci.ics.hyracks.algebricks.core.algebra.operators.logical.AbstractLogicalOperator&nbsp;findLastSubplanOperator(edu.uci.ics.hyracks.algebricks.core.algebra.operators.logical.AbstractLogicalOperator&nbsp;op)</pre>
 </li>
 </ul>
-<a name="getExpression(org.apache.commons.lang3.mutable.Mutable)">
+<a name="getExpressions(org.apache.commons.lang3.mutable.Mutable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExpressions</h4>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&gt;&nbsp;getExpressions(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef)</pre>
+</li>
+</ul>
+<a name="getExpressionOf(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExpressionOf</h4>
+<pre>public static&nbsp;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;getExpressionOf(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef,
+                                                                                                                            edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable&nbsp;lv)</pre>
+</li>
+</ul>
+<a name="findProducerOf(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>getExpression</h4>
-<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&gt;&nbsp;getExpression(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef)</pre>
+<h4>findProducerOf</h4>
+<pre>public static&nbsp;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;findProducerOf(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalOperator&gt;&nbsp;opRef,
+                                                                                                                         edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable&nbsp;lv)</pre>
 </li>
 </ul>
 </li>
@@ -264,6 +307,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/CardinalityRuleToolbox.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/CardinalityRuleToolbox.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/CardinalityRuleToolbox.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/CardinalityRuleToolbox.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.CardinalityRuleToolbox (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.CardinalityRuleToolbox (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.CardinalityRuleToolbox (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.CardinalityRuleToolbox (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/ExpressionToolbox.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/ExpressionToolbox.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/ExpressionToolbox.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/ExpressionToolbox.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.ExpressionToolbox (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.ExpressionToolbox (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.ExpressionToolbox (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.ExpressionToolbox (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/OperatorToolbox.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/OperatorToolbox.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/OperatorToolbox.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/class-use/OperatorToolbox.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.OperatorToolbox (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.OperatorToolbox (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.OperatorToolbox (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.util.OperatorToolbox (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-frame.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-frame.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-frame.html Tue Apr 22 05:58:26 2014
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.vxquery.compiler.rewriter.rules.util (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>org.apache.vxquery.compiler.rewriter.rules.util (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-summary.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-summary.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-summary.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.vxquery.compiler.rewriter.rules.util (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>org.apache.vxquery.compiler.rewriter.rules.util (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.vxquery.compiler.rewriter.rules.util (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="org.apache.vxquery.compiler.rewriter.rules.util (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -136,6 +136,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-tree.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-tree.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-tree.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.vxquery.compiler.rewriter.rules.util Class Hierarchy (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>org.apache.vxquery.compiler.rewriter.rules.util Class Hierarchy (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.vxquery.compiler.rewriter.rules.util Class Hierarchy (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="org.apache.vxquery.compiler.rewriter.rules.util Class Hierarchy (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -125,6 +125,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-use.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-use.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-use.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/package-use.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.vxquery.compiler.rewriter.rules.util (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.vxquery.compiler.rewriter.rules.util (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.vxquery.compiler.rewriter.rules.util (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.vxquery.compiler.rewriter.rules.util (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/DefaultDocumentURIResolverImpl.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/DefaultDocumentURIResolverImpl.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/DefaultDocumentURIResolverImpl.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/DefaultDocumentURIResolverImpl.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DefaultDocumentURIResolverImpl (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>DefaultDocumentURIResolverImpl (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DefaultDocumentURIResolverImpl (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="DefaultDocumentURIResolverImpl (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -266,6 +266,6 @@ implements <a href="../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/DelegatingStaticContextImpl.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/DelegatingStaticContextImpl.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/DelegatingStaticContextImpl.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/DelegatingStaticContextImpl.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DelegatingStaticContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>DelegatingStaticContextImpl (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DelegatingStaticContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="DelegatingStaticContextImpl (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -1211,6 +1211,6 @@ implements <a href="../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/DocumentURIResolver.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/DocumentURIResolver.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/DocumentURIResolver.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/DocumentURIResolver.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DocumentURIResolver (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>DocumentURIResolver (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DocumentURIResolver (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="DocumentURIResolver (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -210,6 +210,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/DynamicContext.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/DynamicContext.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/DynamicContext.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/DynamicContext.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DynamicContext (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>DynamicContext (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DynamicContext (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="DynamicContext (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -274,6 +274,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/DynamicContextImpl.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/DynamicContextImpl.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/DynamicContextImpl.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/DynamicContextImpl.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DynamicContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>DynamicContextImpl (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DynamicContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="DynamicContextImpl (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -349,6 +349,6 @@ implements <a href="../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/IDynamicContextFactory.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/IDynamicContextFactory.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/IDynamicContextFactory.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/IDynamicContextFactory.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>IDynamicContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>IDynamicContextFactory (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IDynamicContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="IDynamicContextFactory (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -206,6 +206,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/IStaticContextFactory.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/IStaticContextFactory.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/IStaticContextFactory.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/IStaticContextFactory.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>IStaticContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>IStaticContextFactory (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IStaticContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="IStaticContextFactory (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -210,6 +210,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/ModuleURIResolver.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/ModuleURIResolver.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/ModuleURIResolver.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/ModuleURIResolver.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ModuleURIResolver (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>ModuleURIResolver (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ModuleURIResolver (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="ModuleURIResolver (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -205,6 +205,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/RootStaticContextFactory.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/RootStaticContextFactory.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/RootStaticContextFactory.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/RootStaticContextFactory.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>RootStaticContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>RootStaticContextFactory (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RootStaticContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="RootStaticContextFactory (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -263,6 +263,6 @@ implements <a href="../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/RootStaticContextImpl.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/RootStaticContextImpl.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/RootStaticContextImpl.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/RootStaticContextImpl.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>RootStaticContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>RootStaticContextImpl (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RootStaticContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="RootStaticContextImpl (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -714,6 +714,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.BoundarySpaceProperty.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.BoundarySpaceProperty.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.BoundarySpaceProperty.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.BoundarySpaceProperty.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StaticContext.BoundarySpaceProperty (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>StaticContext.BoundarySpaceProperty (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StaticContext.BoundarySpaceProperty (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="StaticContext.BoundarySpaceProperty (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -320,6 +320,6 @@ with the specified name</dd>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.ConstructionModeProperty.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.ConstructionModeProperty.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.ConstructionModeProperty.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.ConstructionModeProperty.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StaticContext.ConstructionModeProperty (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>StaticContext.ConstructionModeProperty (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StaticContext.ConstructionModeProperty (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="StaticContext.ConstructionModeProperty (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -320,6 +320,6 @@ with the specified name</dd>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.CopyNamespacesModeProperty.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.CopyNamespacesModeProperty.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.CopyNamespacesModeProperty.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.CopyNamespacesModeProperty.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StaticContext.CopyNamespacesModeProperty (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>StaticContext.CopyNamespacesModeProperty (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StaticContext.CopyNamespacesModeProperty (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="StaticContext.CopyNamespacesModeProperty (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -344,6 +344,6 @@ with the specified name</dd>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.EmptyOrderProperty.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.EmptyOrderProperty.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.EmptyOrderProperty.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.EmptyOrderProperty.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StaticContext.EmptyOrderProperty (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>StaticContext.EmptyOrderProperty (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StaticContext.EmptyOrderProperty (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="StaticContext.EmptyOrderProperty (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -320,6 +320,6 @@ with the specified name</dd>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.OrderingModeProperty.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.OrderingModeProperty.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.OrderingModeProperty.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.OrderingModeProperty.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StaticContext.OrderingModeProperty (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>StaticContext.OrderingModeProperty (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StaticContext.OrderingModeProperty (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="StaticContext.OrderingModeProperty (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -320,6 +320,6 @@ with the specified name</dd>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContext.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StaticContext (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>StaticContext (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StaticContext (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="StaticContext (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -938,6 +938,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContextImpl.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContextImpl.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContextImpl.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/StaticContextImpl.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StaticContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>StaticContextImpl (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StaticContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="StaticContextImpl (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -1364,6 +1364,6 @@ implements <a href="../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/ThinStaticContextImpl.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/ThinStaticContextImpl.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/ThinStaticContextImpl.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/ThinStaticContextImpl.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ThinStaticContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>ThinStaticContextImpl (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ThinStaticContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="ThinStaticContextImpl (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -337,6 +337,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/XQueryVariable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/XQueryVariable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/XQueryVariable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/XQueryVariable.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>XQueryVariable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>XQueryVariable (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="XQueryVariable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="XQueryVariable (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -281,6 +281,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DefaultDocumentURIResolverImpl.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DefaultDocumentURIResolverImpl.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DefaultDocumentURIResolverImpl.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DefaultDocumentURIResolverImpl.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.vxquery.context.DefaultDocumentURIResolverImpl (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.context.DefaultDocumentURIResolverImpl (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.vxquery.context.DefaultDocumentURIResolverImpl (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.context.DefaultDocumentURIResolverImpl (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DelegatingStaticContextImpl.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DelegatingStaticContextImpl.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DelegatingStaticContextImpl.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DelegatingStaticContextImpl.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.vxquery.context.DelegatingStaticContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.context.DelegatingStaticContextImpl (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.vxquery.context.DelegatingStaticContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.context.DelegatingStaticContextImpl (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -150,6 +150,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DocumentURIResolver.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DocumentURIResolver.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DocumentURIResolver.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DocumentURIResolver.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.vxquery.context.DocumentURIResolver (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.vxquery.context.DocumentURIResolver (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.vxquery.context.DocumentURIResolver (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.vxquery.context.DocumentURIResolver (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -163,6 +163,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DynamicContext.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DynamicContext.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DynamicContext.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DynamicContext.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.vxquery.context.DynamicContext (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.vxquery.context.DynamicContext (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.vxquery.context.DynamicContext (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.vxquery.context.DynamicContext (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -586,6 +586,10 @@
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/vxquery/context/DynamicContext.html" title="interface in org.apache.vxquery.context">DynamicContext</a></code></td>
 <td class="colLast"><span class="strong">AbstractSinglePathStepScalarEvaluator.</span><code><strong><a href="../../../../../org/apache/vxquery/runtime/functions/step/AbstractSinglePathStepScalarEvaluator.html#dCtx">dCtx</a></strong></code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/vxquery/context/DynamicContext.html" title="interface in org.apache.vxquery.context">DynamicContext</a></code></td>
+<td class="colLast"><span class="strong">AbstractChildPathStep.</span><code><strong><a href="../../../../../org/apache/vxquery/runtime/functions/step/AbstractChildPathStep.html#dCtx">dCtx</a></strong></code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -692,6 +696,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DynamicContextImpl.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DynamicContextImpl.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DynamicContextImpl.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/DynamicContextImpl.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.vxquery.context.DynamicContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.context.DynamicContextImpl (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.vxquery.context.DynamicContextImpl (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.context.DynamicContextImpl (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/IDynamicContextFactory.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/IDynamicContextFactory.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/IDynamicContextFactory.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/IDynamicContextFactory.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.vxquery.context.IDynamicContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.vxquery.context.IDynamicContextFactory (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.vxquery.context.IDynamicContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.vxquery.context.IDynamicContextFactory (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -174,6 +174,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/IStaticContextFactory.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/IStaticContextFactory.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/IStaticContextFactory.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/IStaticContextFactory.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.vxquery.context.IStaticContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.vxquery.context.IStaticContextFactory (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.vxquery.context.IStaticContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.vxquery.context.IStaticContextFactory (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -188,6 +188,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/ModuleURIResolver.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/ModuleURIResolver.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/ModuleURIResolver.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/ModuleURIResolver.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.vxquery.context.ModuleURIResolver (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.vxquery.context.ModuleURIResolver (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.vxquery.context.ModuleURIResolver (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.vxquery.context.ModuleURIResolver (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/RootStaticContextFactory.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/RootStaticContextFactory.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/RootStaticContextFactory.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/context/class-use/RootStaticContextFactory.html Tue Apr 22 05:58:26 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.vxquery.context.RootStaticContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.context.RootStaticContextFactory (VXQuery 0.3-incubating API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.vxquery.context.RootStaticContextFactory (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.context.RootStaticContextFactory (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>