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 [14/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/datamodel/accessors/class-use/PointablePool.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/PointablePool.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/PointablePool.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/PointablePool.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.datamodel.accessors.PointablePool (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.datamodel.accessors.PointablePool (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.datamodel.accessors.PointablePool (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.datamodel.accessors.PointablePool (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -78,6 +78,18 @@
 <td class="colFirst"><a href="#org.apache.vxquery.datamodel.accessors">org.apache.vxquery.datamodel.accessors</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.vxquery.runtime.functions.base">org.apache.vxquery.runtime.functions.base</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.vxquery.runtime.functions.step">org.apache.vxquery.runtime.functions.step</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.vxquery.runtime.functions.util">org.apache.vxquery.runtime.functions.util</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -101,6 +113,110 @@
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.vxquery.runtime.functions.base">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a> in <a href="../../../../../../org/apache/vxquery/runtime/functions/base/package-summary.html">org.apache.vxquery.runtime.functions.base</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
+<caption><span>Fields in <a href="../../../../../../org/apache/vxquery/runtime/functions/base/package-summary.html">org.apache.vxquery.runtime.functions.base</a> declared as <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a></code></td>
+<td class="colLast"><span class="strong">AbstractTaggedValueArgumentUnnestingEvaluator.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/base/AbstractTaggedValueArgumentUnnestingEvaluator.html#ppool">ppool</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a></code></td>
+<td class="colLast"><span class="strong">AbstractTaggedValueArgumentScalarEvaluator.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/base/AbstractTaggedValueArgumentScalarEvaluator.html#ppool">ppool</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a></code></td>
+<td class="colLast"><span class="strong">AbstractTaggedValueArgumentAggregateEvaluator.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/base/AbstractTaggedValueArgumentAggregateEvaluator.html#ppool">ppool</a></strong></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.vxquery.runtime.functions.step">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a> in <a href="../../../../../../org/apache/vxquery/runtime/functions/step/package-summary.html">org.apache.vxquery.runtime.functions.step</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
+<caption><span>Fields in <a href="../../../../../../org/apache/vxquery/runtime/functions/step/package-summary.html">org.apache.vxquery.runtime.functions.step</a> declared as <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a></code></td>
+<td class="colLast"><span class="strong">AbstractChildPathStep.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/AbstractChildPathStep.html#pp">pp</a></strong></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../../org/apache/vxquery/runtime/functions/step/package-summary.html">org.apache.vxquery.runtime.functions.step</a> with parameters of type <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/AbstractChildPathStep.html#AbstractChildPathStep(edu.uci.ics.hyracks.api.context.IHyracksTaskContext, org.apache.vxquery.datamodel.accessors.PointablePool)">AbstractChildPathStep</a></strong>(edu.uci.ics.hyracks.api.context.IHyracksTaskContext&nbsp;ctx,
+                     <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStepOperatorDescriptor.html#ChildPathStepOperatorDescriptor(edu.uci.ics.hyracks.api.context.IHyracksTaskContext, org.apache.vxquery.datamodel.accessors.PointablePool)">ChildPathStepOperatorDescriptor</a></strong>(edu.uci.ics.hyracks.api.context.IHyracksTaskContext&nbsp;ctx,
+                               <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStepUnnesting.html#ChildPathStepUnnesting(edu.uci.ics.hyracks.api.context.IHyracksTaskContext, org.apache.vxquery.datamodel.accessors.PointablePool)">ChildPathStepUnnesting</a></strong>(edu.uci.ics.hyracks.api.context.IHyracksTaskContext&nbsp;ctx,
+                      <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.vxquery.runtime.functions.util">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a> in <a href="../../../../../../org/apache/vxquery/runtime/functions/util/package-summary.html">org.apache.vxquery.runtime.functions.util</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/vxquery/runtime/functions/util/package-summary.html">org.apache.vxquery.runtime.functions.util</a> with parameters of type <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">AtomizeHelper.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/util/AtomizeHelper.html#atomize(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, org.apache.vxquery.datamodel.accessors.PointablePool, edu.uci.ics.hyracks.data.std.api.IPointable)">atomize</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp,
+       <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp,
+       edu.uci.ics.hyracks.data.std.api.IPointable&nbsp;result)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">AtomizeHelper.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/util/AtomizeHelper.html#atomizeNode(org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable, org.apache.vxquery.datamodel.accessors.PointablePool, edu.uci.ics.hyracks.data.std.api.IPointable)">atomizeNode</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a>&nbsp;ntp,
+           <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp,
+           edu.uci.ics.hyracks.data.std.api.IPointable&nbsp;result)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><span class="strong">AtomizeHelper.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/util/AtomizeHelper.html#buildConcatenationRec(org.apache.vxquery.datamodel.accessors.SequencePointable, org.apache.vxquery.datamodel.accessors.PointablePool, java.io.DataOutput, org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable)">buildConcatenationRec</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;sp,
+                     <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp,
+                     <a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutput.html?is-external=true" title="class or interface in java.io">DataOutput</a>&nbsp;out,
+                     <a href="../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a>&nbsp;ntp)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><span class="strong">AtomizeHelper.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/util/AtomizeHelper.html#buildStringConcatenation(org.apache.vxquery.datamodel.accessors.SequencePointable, org.apache.vxquery.datamodel.accessors.PointablePool, edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage, org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable)">buildStringConcatenation</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;sp,
+                        <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp,
+                        edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage&nbsp;tempABVS,
+                        <a href="../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a>&nbsp;ntp)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
 </ul>
 </li>
 </ul>
@@ -150,6 +266,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/datamodel/accessors/class-use/PointablePoolFactory.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/PointablePoolFactory.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/PointablePoolFactory.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/PointablePoolFactory.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.datamodel.accessors.PointablePoolFactory (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.datamodel.accessors.PointablePoolFactory (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.datamodel.accessors.PointablePoolFactory (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.datamodel.accessors.PointablePoolFactory (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/datamodel/accessors/class-use/SequencePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/SequencePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/SequencePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/SequencePointable.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.datamodel.accessors.SequencePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.datamodel.accessors.SequencePointable (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.datamodel.accessors.SequencePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.datamodel.accessors.SequencePointable (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -141,6 +141,16 @@
 <td class="colLast"><span class="strong">AbstractSinglePathStepScalarEvaluator.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/AbstractSinglePathStepScalarEvaluator.html#getSequence(org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable, org.apache.vxquery.datamodel.accessors.SequencePointable)">getSequence</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a>&nbsp;ntp,
            <a href="../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;seqp)</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">ChildPathStepOperatorDescriptor.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStepOperatorDescriptor.html#getSequence(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, org.apache.vxquery.datamodel.accessors.SequencePointable)">getSequence</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp,
+           <a href="../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;seqp)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">AbstractChildPathStep.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/AbstractChildPathStep.html#getSequence(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, org.apache.vxquery.datamodel.accessors.SequencePointable)">getSequence</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp,
+           <a href="../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;seqp)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -170,13 +180,15 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">FunctionHelper.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/util/FunctionHelper.html#buildConcatenationRec(org.apache.vxquery.datamodel.accessors.SequencePointable, java.io.DataOutput, org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable)">buildConcatenationRec</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;sp,
+<td class="colLast"><span class="strong">AtomizeHelper.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/util/AtomizeHelper.html#buildConcatenationRec(org.apache.vxquery.datamodel.accessors.SequencePointable, org.apache.vxquery.datamodel.accessors.PointablePool, java.io.DataOutput, org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable)">buildConcatenationRec</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;sp,
+                     <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp,
                      <a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutput.html?is-external=true" title="class or interface in java.io">DataOutput</a>&nbsp;out,
                      <a href="../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a>&nbsp;ntp)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">FunctionHelper.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/util/FunctionHelper.html#buildStringConcatenation(org.apache.vxquery.datamodel.accessors.SequencePointable, edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage, org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable)">buildStringConcatenation</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;sp,
+<td class="colLast"><span class="strong">AtomizeHelper.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/util/AtomizeHelper.html#buildStringConcatenation(org.apache.vxquery.datamodel.accessors.SequencePointable, org.apache.vxquery.datamodel.accessors.PointablePool, edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage, org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable)">buildStringConcatenation</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;sp,
+                        <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp,
                         edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage&nbsp;tempABVS,
                         <a href="../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a>&nbsp;ntp)</code>&nbsp;</td>
 </tr>
@@ -232,6 +244,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/datamodel/accessors/class-use/TaggedValuePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/TaggedValuePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/TaggedValuePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/class-use/TaggedValuePointable.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.datamodel.accessors.TaggedValuePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.datamodel.accessors.TaggedValuePointable (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.datamodel.accessors.TaggedValuePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.datamodel.accessors.TaggedValuePointable (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -114,6 +114,10 @@
 <td class="colFirst"><a href="#org.apache.vxquery.runtime.functions.util">org.apache.vxquery.runtime.functions.util</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.vxquery.serializer">org.apache.vxquery.serializer</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -414,19 +418,59 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">ChildPathStep.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStep.html#init(org.apache.vxquery.datamodel.accessors.TaggedValuePointable[])">init</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>[]&nbsp;args)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ChildPathStepOperatorDescriptor.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStepOperatorDescriptor.html#getSequence(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, org.apache.vxquery.datamodel.accessors.SequencePointable)">getSequence</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp,
+           <a href="../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;seqp)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">AbstractChildPathStep.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/AbstractChildPathStep.html#getSequence(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, org.apache.vxquery.datamodel.accessors.SequencePointable)">getSequence</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp,
+           <a href="../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;seqp)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">ChildPathStepUnnestingEvaluator.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStepUnnestingEvaluator.html#init(org.apache.vxquery.datamodel.accessors.TaggedValuePointable[])">init</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>[]&nbsp;args)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">ChildPathStepUnnesting.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStepUnnesting.html#init(org.apache.vxquery.datamodel.accessors.TaggedValuePointable[])">init</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>[]&nbsp;args)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">ChildPathStep.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStep.html#init(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, java.util.List)">init</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp,
+<td class="colLast"><span class="strong">ChildPathStepOperatorDescriptor.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStepOperatorDescriptor.html#init(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, java.util.List)">init</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp,
     <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;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&nbsp;typeCodes)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><span class="strong">AbstractDescendantPathStepScalarEvaluator.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/AbstractDescendantPathStepScalarEvaluator.html#searchSubtree(org.apache.vxquery.datamodel.accessors.TaggedValuePointable)">searchSubtree</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;nodePointable)</code>
 <div class="block">Search through all tree children and children's children.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">ChildPathStepOperatorDescriptor.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStepOperatorDescriptor.html#setNodeToResult(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, edu.uci.ics.hyracks.data.std.api.IPointable)">setNodeToResult</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvpItem,
+               edu.uci.ics.hyracks.data.std.api.IPointable&nbsp;result)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">AbstractChildPathStep.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/AbstractChildPathStep.html#setNodeToResult(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, edu.uci.ics.hyracks.data.std.api.IPointable)">setNodeToResult</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvpItem,
+               edu.uci.ics.hyracks.data.std.api.IPointable&nbsp;result)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected boolean</code></td>
+<td class="colLast"><span class="strong">ChildPathStepUnnesting.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStepUnnesting.html#stepNodeTree(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, int, edu.uci.ics.hyracks.data.std.api.IPointable)">stepNodeTree</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvpInput,
+            int&nbsp;level,
+            edu.uci.ics.hyracks.data.std.api.IPointable&nbsp;result)</code>
+<div class="block">Find the next node to return.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected boolean</code></td>
+<td class="colLast"><span class="strong">ChildPathStepOperatorDescriptor.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStepOperatorDescriptor.html#stepNodeTree(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, int, edu.uci.ics.hyracks.data.std.api.IPointable)">stepNodeTree</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvpInput,
+            int&nbsp;level,
+            edu.uci.ics.hyracks.data.std.api.IPointable&nbsp;result)</code>
+<div class="block">Find the next node to return.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -507,8 +551,9 @@
                    edu.uci.ics.hyracks.data.std.api.IPointable&nbsp;result)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">FunctionHelper.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/util/FunctionHelper.html#atomize(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, edu.uci.ics.hyracks.data.std.api.IPointable)">atomize</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp,
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">AtomizeHelper.</span><code><strong><a href="../../../../../../org/apache/vxquery/runtime/functions/util/AtomizeHelper.html#atomize(org.apache.vxquery.datamodel.accessors.TaggedValuePointable, org.apache.vxquery.datamodel.accessors.PointablePool, edu.uci.ics.hyracks.data.std.api.IPointable)">atomize</a></strong>(<a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp,
+       <a href="../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp,
        edu.uci.ics.hyracks.data.std.api.IPointable&nbsp;result)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -544,6 +589,25 @@
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.vxquery.serializer">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a> in <a href="../../../../../../org/apache/vxquery/serializer/package-summary.html">org.apache.vxquery.serializer</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/vxquery/serializer/package-summary.html">org.apache.vxquery.serializer</a> with parameters of type <a href="../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">XMLSerializer.</span><code><strong><a href="../../../../../../org/apache/vxquery/serializer/XMLSerializer.html#printTaggedValuePointable(java.io.PrintStream, org.apache.vxquery.datamodel.accessors.TaggedValuePointable)">printTaggedValuePointable</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/PrintStream.html?is-external=true" title="class or interface in java.io">PrintStream</a>&nbsp;ps,
+                         <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>
+</tbody>
+</table>
+</li>
 </ul>
 </li>
 </ul>
@@ -593,6 +657,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/datamodel/accessors/nodes/AttributeNodePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/AttributeNodePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/AttributeNodePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/AttributeNodePointable.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>AttributeNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>AttributeNodePointable (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="AttributeNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="AttributeNodePointable (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -353,6 +353,6 @@ extends edu.uci.ics.hyracks.data.std.api
 <!--   -->
 </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/datamodel/accessors/nodes/DocumentNodePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/DocumentNodePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/DocumentNodePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/DocumentNodePointable.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>DocumentNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>DocumentNodePointable (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="DocumentNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="DocumentNodePointable (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -325,6 +325,6 @@ extends edu.uci.ics.hyracks.data.std.api
 <!--   -->
 </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/datamodel/accessors/nodes/ElementNodePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/ElementNodePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/ElementNodePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/ElementNodePointable.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>ElementNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>ElementNodePointable (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="ElementNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="ElementNodePointable (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -492,6 +492,6 @@ extends edu.uci.ics.hyracks.data.std.api
 <!--   -->
 </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/datamodel/accessors/nodes/NodeTreePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.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>NodeTreePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>NodeTreePointable (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="NodeTreePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="NodeTreePointable (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -471,6 +471,6 @@ extends edu.uci.ics.hyracks.data.std.api
 <!--   -->
 </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/datamodel/accessors/nodes/PINodePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/PINodePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/PINodePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/PINodePointable.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>PINodePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>PINodePointable (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="PINodePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="PINodePointable (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -340,6 +340,6 @@ extends edu.uci.ics.hyracks.data.std.api
 <!--   -->
 </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/datamodel/accessors/nodes/TextOrCommentNodePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/TextOrCommentNodePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/TextOrCommentNodePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/TextOrCommentNodePointable.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>TextOrCommentNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>TextOrCommentNodePointable (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="TextOrCommentNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="TextOrCommentNodePointable (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -325,6 +325,6 @@ extends edu.uci.ics.hyracks.data.std.api
 <!--   -->
 </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/datamodel/accessors/nodes/class-use/AttributeNodePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/AttributeNodePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/AttributeNodePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/AttributeNodePointable.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.datamodel.accessors.nodes.AttributeNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.datamodel.accessors.nodes.AttributeNodePointable (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.datamodel.accessors.nodes.AttributeNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.datamodel.accessors.nodes.AttributeNodePointable (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/datamodel/accessors/nodes/class-use/DocumentNodePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/DocumentNodePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/DocumentNodePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/DocumentNodePointable.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.datamodel.accessors.nodes.DocumentNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.datamodel.accessors.nodes.DocumentNodePointable (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.datamodel.accessors.nodes.DocumentNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.datamodel.accessors.nodes.DocumentNodePointable (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/datamodel/accessors/nodes/class-use/ElementNodePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/ElementNodePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/ElementNodePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/ElementNodePointable.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.datamodel.accessors.nodes.ElementNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.datamodel.accessors.nodes.ElementNodePointable (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.datamodel.accessors.nodes.ElementNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.datamodel.accessors.nodes.ElementNodePointable (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/datamodel/accessors/nodes/class-use/NodeTreePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/NodeTreePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/NodeTreePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/NodeTreePointable.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.datamodel.accessors.nodes.NodeTreePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable (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.datamodel.accessors.nodes.NodeTreePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -220,8 +220,16 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a></code></td>
+<td class="colLast"><span class="strong">ChildPathStepOperatorDescriptor.</span><code><strong><a href="../../../../../../../org/apache/vxquery/runtime/functions/step/ChildPathStepOperatorDescriptor.html#ntp">ntp</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a></code></td>
 <td class="colLast"><span class="strong">AbstractPathStepScalarEvaluator.</span><code><strong><a href="../../../../../../../org/apache/vxquery/runtime/functions/step/AbstractPathStepScalarEvaluator.html#ntp">ntp</a></strong></code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a></code></td>
+<td class="colLast"><span class="strong">AbstractChildPathStep.</span><code><strong><a href="../../../../../../../org/apache/vxquery/runtime/functions/step/AbstractChildPathStep.html#ntp">ntp</a></strong></code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -274,19 +282,22 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">FunctionHelper.</span><code><strong><a href="../../../../../../../org/apache/vxquery/runtime/functions/util/FunctionHelper.html#atomizeNode(org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable, edu.uci.ics.hyracks.data.std.api.IPointable)">atomizeNode</a></strong>(<a href="../../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a>&nbsp;ntp,
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">AtomizeHelper.</span><code><strong><a href="../../../../../../../org/apache/vxquery/runtime/functions/util/AtomizeHelper.html#atomizeNode(org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable, org.apache.vxquery.datamodel.accessors.PointablePool, edu.uci.ics.hyracks.data.std.api.IPointable)">atomizeNode</a></strong>(<a href="../../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a>&nbsp;ntp,
+           <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp,
            edu.uci.ics.hyracks.data.std.api.IPointable&nbsp;result)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">FunctionHelper.</span><code><strong><a href="../../../../../../../org/apache/vxquery/runtime/functions/util/FunctionHelper.html#buildConcatenationRec(org.apache.vxquery.datamodel.accessors.SequencePointable, java.io.DataOutput, org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable)">buildConcatenationRec</a></strong>(<a href="../../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;sp,
+<td class="colLast"><span class="strong">AtomizeHelper.</span><code><strong><a href="../../../../../../../org/apache/vxquery/runtime/functions/util/AtomizeHelper.html#buildConcatenationRec(org.apache.vxquery.datamodel.accessors.SequencePointable, org.apache.vxquery.datamodel.accessors.PointablePool, java.io.DataOutput, org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable)">buildConcatenationRec</a></strong>(<a href="../../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;sp,
+                     <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp,
                      <a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutput.html?is-external=true" title="class or interface in java.io">DataOutput</a>&nbsp;out,
                      <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a>&nbsp;ntp)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">FunctionHelper.</span><code><strong><a href="../../../../../../../org/apache/vxquery/runtime/functions/util/FunctionHelper.html#buildStringConcatenation(org.apache.vxquery.datamodel.accessors.SequencePointable, edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage, org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable)">buildStringConcatenation</a></strong>(<a href="../../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;sp,
+<td class="colLast"><span class="strong">AtomizeHelper.</span><code><strong><a href="../../../../../../../org/apache/vxquery/runtime/functions/util/AtomizeHelper.html#buildStringConcatenation(org.apache.vxquery.datamodel.accessors.SequencePointable, org.apache.vxquery.datamodel.accessors.PointablePool, edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage, org.apache.vxquery.datamodel.accessors.nodes.NodeTreePointable)">buildStringConcatenation</a></strong>(<a href="../../../../../../../org/apache/vxquery/datamodel/accessors/SequencePointable.html" title="class in org.apache.vxquery.datamodel.accessors">SequencePointable</a>&nbsp;sp,
+                        <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/PointablePool.html" title="class in org.apache.vxquery.datamodel.accessors">PointablePool</a>&nbsp;pp,
                         edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage&nbsp;tempABVS,
                         <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/nodes/NodeTreePointable.html" title="class in org.apache.vxquery.datamodel.accessors.nodes">NodeTreePointable</a>&nbsp;ntp)</code>&nbsp;</td>
 </tr>
@@ -342,6 +353,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/datamodel/accessors/nodes/class-use/PINodePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/PINodePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/PINodePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/PINodePointable.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.datamodel.accessors.nodes.PINodePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.datamodel.accessors.nodes.PINodePointable (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.datamodel.accessors.nodes.PINodePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.datamodel.accessors.nodes.PINodePointable (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/datamodel/accessors/nodes/class-use/TextOrCommentNodePointable.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/TextOrCommentNodePointable.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/TextOrCommentNodePointable.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/class-use/TextOrCommentNodePointable.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.datamodel.accessors.nodes.TextOrCommentNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.datamodel.accessors.nodes.TextOrCommentNodePointable (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.datamodel.accessors.nodes.TextOrCommentNodePointable (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.datamodel.accessors.nodes.TextOrCommentNodePointable (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/datamodel/accessors/nodes/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/package-frame.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/package-frame.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/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.datamodel.accessors.nodes (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>org.apache.vxquery.datamodel.accessors.nodes (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/datamodel/accessors/nodes/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/package-summary.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/package-summary.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/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.datamodel.accessors.nodes (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>org.apache.vxquery.datamodel.accessors.nodes (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.datamodel.accessors.nodes (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="org.apache.vxquery.datamodel.accessors.nodes (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -148,6 +148,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/datamodel/accessors/nodes/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/package-tree.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/package-tree.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/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.datamodel.accessors.nodes Class Hierarchy (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>org.apache.vxquery.datamodel.accessors.nodes 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.datamodel.accessors.nodes Class Hierarchy (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="org.apache.vxquery.datamodel.accessors.nodes Class Hierarchy (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -132,6 +132,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/datamodel/accessors/nodes/package-use.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/package-use.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/package-use.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/nodes/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.datamodel.accessors.nodes (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.vxquery.datamodel.accessors.nodes (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.datamodel.accessors.nodes (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.vxquery.datamodel.accessors.nodes (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -215,6 +215,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/datamodel/accessors/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/package-frame.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/package-frame.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/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.datamodel.accessors (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>org.apache.vxquery.datamodel.accessors (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/datamodel/accessors/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/package-summary.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/package-summary.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/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.datamodel.accessors (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>org.apache.vxquery.datamodel.accessors (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.datamodel.accessors (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="org.apache.vxquery.datamodel.accessors (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -144,6 +144,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/datamodel/accessors/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/package-tree.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/package-tree.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/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.datamodel.accessors Class Hierarchy (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>org.apache.vxquery.datamodel.accessors 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.datamodel.accessors Class Hierarchy (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="org.apache.vxquery.datamodel.accessors Class Hierarchy (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -131,6 +131,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/datamodel/accessors/package-use.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/package-use.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/package-use.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/accessors/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.datamodel.accessors (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.vxquery.datamodel.accessors (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.datamodel.accessors (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.vxquery.datamodel.accessors (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -118,6 +118,10 @@
 <td class="colFirst"><a href="#org.apache.vxquery.runtime.functions.util">org.apache.vxquery.runtime.functions.util</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.vxquery.serializer">org.apache.vxquery.serializer</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -197,6 +201,9 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/vxquery/datamodel/accessors/class-use/PointablePool.html#org.apache.vxquery.runtime.functions.base">PointablePool</a>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/vxquery/datamodel/accessors/class-use/TaggedValuePointable.html#org.apache.vxquery.runtime.functions.base">TaggedValuePointable</a>&nbsp;</td>
 </tr>
 </tbody>
@@ -242,9 +249,12 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/vxquery/datamodel/accessors/class-use/SequencePointable.html#org.apache.vxquery.runtime.functions.step">SequencePointable</a>&nbsp;</td>
+<td class="colOne"><a href="../../../../../org/apache/vxquery/datamodel/accessors/class-use/PointablePool.html#org.apache.vxquery.runtime.functions.step">PointablePool</a>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><a href="../../../../../org/apache/vxquery/datamodel/accessors/class-use/SequencePointable.html#org.apache.vxquery.runtime.functions.step">SequencePointable</a>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/vxquery/datamodel/accessors/class-use/TaggedValuePointable.html#org.apache.vxquery.runtime.functions.step">TaggedValuePointable</a>&nbsp;</td>
 </tr>
 </tbody>
@@ -290,14 +300,32 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/vxquery/datamodel/accessors/class-use/SequencePointable.html#org.apache.vxquery.runtime.functions.util">SequencePointable</a>&nbsp;</td>
+<td class="colOne"><a href="../../../../../org/apache/vxquery/datamodel/accessors/class-use/PointablePool.html#org.apache.vxquery.runtime.functions.util">PointablePool</a>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><a href="../../../../../org/apache/vxquery/datamodel/accessors/class-use/SequencePointable.html#org.apache.vxquery.runtime.functions.util">SequencePointable</a>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/vxquery/datamodel/accessors/class-use/TaggedValuePointable.html#org.apache.vxquery.runtime.functions.util">TaggedValuePointable</a>&nbsp;</td>
 </tr>
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.vxquery.serializer">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/vxquery/datamodel/accessors/package-summary.html">org.apache.vxquery.datamodel.accessors</a> used by <a href="../../../../../org/apache/vxquery/serializer/package-summary.html">org.apache.vxquery.serializer</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/vxquery/datamodel/accessors/class-use/TaggedValuePointable.html#org.apache.vxquery.serializer">TaggedValuePointable</a>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
@@ -345,6 +373,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/datamodel/api/IDate.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/api/IDate.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/api/IDate.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/api/IDate.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>IDate (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>IDate (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="IDate (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="IDate (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -257,6 +257,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/datamodel/api/ITime.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/api/ITime.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/api/ITime.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/api/ITime.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>ITime (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>ITime (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="ITime (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="ITime (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -244,6 +244,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/datamodel/api/ITimezone.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/api/ITimezone.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/api/ITimezone.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/datamodel/api/ITimezone.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>ITimezone (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>ITimezone (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="ITimezone (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="ITimezone (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -257,6 +257,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>