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 [9/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/v...

Added: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html?rev=1589021&view=auto
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html (added)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html Tue Apr 22 05:58:26 2014
@@ -0,0 +1,332 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>RemoveRedundantDataExpressionsRule (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="RemoveRedundantDataExpressionsRule (VXQuery 0.3-incubating API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/RemoveRedundantDataExpressionsRule.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantCastExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="RemoveRedundantDataExpressionsRule.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.vxquery.compiler.rewriter.rules</div>
+<h2 title="Class RemoveRedundantDataExpressionsRule" class="title">Class RemoveRedundantDataExpressionsRule</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">org.apache.vxquery.compiler.rewriter.rules.AbstractRemoveRedundantTypeExpressionsRule</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantDataExpressionsRule</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">RemoveRedundantDataExpressionsRule</span>
+extends <a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></pre>
+<div class="block">The rule searches for where the xquery data function is used. When the
+ expression's return type is atomic, the data function is removed.
+ 
+ <pre>
+ Before
+ 
+   plan__parent
+   %OPERATOR( $v1 : data( \@input_expression ) )
+   plan__child
+   
+   Where \@input_expression creates an atomic value.
+   
+ After 
+ 
+   plan__parent
+   %OPERATOR( $v1 : \@input_expression )
+   plan__child
+ </pre></div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>prestonc</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html#RemoveRedundantDataExpressionsRule()">RemoveRedundantDataExpressionsRule</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</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>
+<tr class="altColor">
+<td class="colFirst"><code>protected edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html#getSearchFunction()">getSearchFunction</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html#hasTypeArgument()">hasTypeArgument</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html#matchesAllInstancesOf(org.apache.vxquery.types.SequenceType, org.apache.vxquery.types.SequenceType)">matchesAllInstancesOf</a></strong>(<a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeArg,
+                     <a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeOutput)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.vxquery.compiler.rewriter.rules.AbstractRemoveRedundantTypeExpressionsRule">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></h3>
+<code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#rewritePost(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">rewritePost</a>, <a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#rewritePre(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">rewritePre</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="RemoveRedundantDataExpressionsRule()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>RemoveRedundantDataExpressionsRule</h4>
+<pre>public&nbsp;RemoveRedundantDataExpressionsRule()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getSearchFunction()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSearchFunction</h4>
+<pre>protected&nbsp;edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier&nbsp;getSearchFunction()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#getSearchFunction()">getSearchFunction</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="hasTypeArgument()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasTypeArgument</h4>
+<pre>public&nbsp;boolean&nbsp;hasTypeArgument()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#hasTypeArgument()">hasTypeArgument</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="matchesAllInstancesOf(org.apache.vxquery.types.SequenceType, org.apache.vxquery.types.SequenceType)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>matchesAllInstancesOf</h4>
+<pre>public&nbsp;boolean&nbsp;matchesAllInstancesOf(<a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeArg,
+                            <a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeOutput)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#matchesAllInstancesOf(org.apache.vxquery.types.SequenceType, org.apache.vxquery.types.SequenceType)">matchesAllInstancesOf</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/RemoveRedundantDataExpressionsRule.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantCastExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="RemoveRedundantDataExpressionsRule.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<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/RemoveRedundantPromoteExpressionsRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.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>RemoveRedundantPromoteExpressionsRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>RemoveRedundantPromoteExpressionsRule (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="RemoveRedundantPromoteExpressionsRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="RemoveRedundantPromoteExpressionsRule (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/PushMapOperatorDownThroughProductRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -86,10 +86,15 @@
 <li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">org.apache.vxquery.compiler.rewriter.rules.AbstractRemoveRedundantTypeExpressionsRule</a></li>
+<li>
+<ul class="inheritance">
 <li>org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantPromoteExpressionsRule</li>
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
@@ -100,8 +105,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">RemoveRedundantPromoteExpressionsRule</span>
-extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule</pre>
+extends <a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></pre>
 <div class="block">The rule searches for where the xquery promote function is used. When the
  expression's return type matches the promote expression type, the promote is
  removed.
@@ -159,17 +163,23 @@ implements edu.uci.ics.hyracks.algebrick
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.html#rewritePost(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">rewritePost</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.IOptimizationContext&nbsp;context)</code>&nbsp;</td>
+<td class="colFirst"><code>protected edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.html#getSearchFunction()">getSearchFunction</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.html#rewritePre(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">rewritePre</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.IOptimizationContext&nbsp;context)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.html#matchesAllInstancesOf(org.apache.vxquery.types.SequenceType, org.apache.vxquery.types.SequenceType)">matchesAllInstancesOf</a></strong>(<a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeArg,
+                     <a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeOutput)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.vxquery.compiler.rewriter.rules.AbstractRemoveRedundantTypeExpressionsRule">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></h3>
+<code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#hasTypeArgument()">hasTypeArgument</a>, <a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#rewritePost(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">rewritePost</a>, <a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#rewritePre(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">rewritePre</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
@@ -207,36 +217,31 @@ implements edu.uci.ics.hyracks.algebrick
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="rewritePre(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">
+<a name="getSearchFunction()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>rewritePre</h4>
-<pre>public&nbsp;boolean&nbsp;rewritePre(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.IOptimizationContext&nbsp;context)
-                   throws edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</pre>
+<h4>getSearchFunction</h4>
+<pre>protected&nbsp;edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier&nbsp;getSearchFunction()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>rewritePre</code>&nbsp;in interface&nbsp;<code>edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule</code></dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</code></dd></dl>
+<dd><code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#getSearchFunction()">getSearchFunction</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></code></dd>
+</dl>
 </li>
 </ul>
-<a name="rewritePost(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">
+<a name="matchesAllInstancesOf(org.apache.vxquery.types.SequenceType, org.apache.vxquery.types.SequenceType)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>rewritePost</h4>
-<pre>public&nbsp;boolean&nbsp;rewritePost(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.IOptimizationContext&nbsp;context)
-                    throws edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</pre>
+<h4>matchesAllInstancesOf</h4>
+<pre>public&nbsp;boolean&nbsp;matchesAllInstancesOf(<a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeArg,
+                            <a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeOutput)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>rewritePost</code>&nbsp;in interface&nbsp;<code>edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule</code></dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</code></dd></dl>
+<dd><code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#matchesAllInstancesOf(org.apache.vxquery.types.SequenceType, org.apache.vxquery.types.SequenceType)">matchesAllInstancesOf</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></code></dd>
+</dl>
 </li>
 </ul>
 </li>
@@ -265,7 +270,7 @@ implements edu.uci.ics.hyracks.algebrick
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/PushMapOperatorDownThroughProductRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -306,6 +311,6 @@ implements edu.uci.ics.hyracks.algebrick
 <!--   -->
 </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/RemoveRedundantTreatExpressionsRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.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>RemoveRedundantTreatExpressionsRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>RemoveRedundantTreatExpressionsRule (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="RemoveRedundantTreatExpressionsRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="RemoveRedundantTreatExpressionsRule (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -86,10 +86,15 @@
 <li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">org.apache.vxquery.compiler.rewriter.rules.AbstractRemoveRedundantTypeExpressionsRule</a></li>
+<li>
+<ul class="inheritance">
 <li>org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantTreatExpressionsRule</li>
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
@@ -100,8 +105,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">RemoveRedundantTreatExpressionsRule</span>
-extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule</pre>
+extends <a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></pre>
 <div class="block">The rule searches for where the xquery treat function is used. When the
  expression's return type matches the treat expression type, the treat is
  removed.
@@ -159,17 +163,23 @@ implements edu.uci.ics.hyracks.algebrick
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html#rewritePost(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">rewritePost</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.IOptimizationContext&nbsp;context)</code>&nbsp;</td>
+<td class="colFirst"><code>protected edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html#getSearchFunction()">getSearchFunction</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html#rewritePre(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">rewritePre</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.IOptimizationContext&nbsp;context)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html#matchesAllInstancesOf(org.apache.vxquery.types.SequenceType, org.apache.vxquery.types.SequenceType)">matchesAllInstancesOf</a></strong>(<a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeArg,
+                     <a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeOutput)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.vxquery.compiler.rewriter.rules.AbstractRemoveRedundantTypeExpressionsRule">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></h3>
+<code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#hasTypeArgument()">hasTypeArgument</a>, <a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#rewritePost(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">rewritePost</a>, <a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#rewritePre(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">rewritePre</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
@@ -207,36 +217,31 @@ implements edu.uci.ics.hyracks.algebrick
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="rewritePre(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">
+<a name="getSearchFunction()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>rewritePre</h4>
-<pre>public&nbsp;boolean&nbsp;rewritePre(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.IOptimizationContext&nbsp;context)
-                   throws edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</pre>
+<h4>getSearchFunction</h4>
+<pre>protected&nbsp;edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier&nbsp;getSearchFunction()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>rewritePre</code>&nbsp;in interface&nbsp;<code>edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule</code></dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</code></dd></dl>
+<dd><code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#getSearchFunction()">getSearchFunction</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></code></dd>
+</dl>
 </li>
 </ul>
-<a name="rewritePost(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">
+<a name="matchesAllInstancesOf(org.apache.vxquery.types.SequenceType, org.apache.vxquery.types.SequenceType)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>rewritePost</h4>
-<pre>public&nbsp;boolean&nbsp;rewritePost(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.IOptimizationContext&nbsp;context)
-                    throws edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</pre>
+<h4>matchesAllInstancesOf</h4>
+<pre>public&nbsp;boolean&nbsp;matchesAllInstancesOf(<a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeArg,
+                            <a href="../../../../../../org/apache/vxquery/types/SequenceType.html" title="class in org.apache.vxquery.types">SequenceType</a>&nbsp;sTypeOutput)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>rewritePost</code>&nbsp;in interface&nbsp;<code>edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule</code></dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</code></dd></dl>
+<dd><code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html#matchesAllInstancesOf(org.apache.vxquery.types.SequenceType, org.apache.vxquery.types.SequenceType)">matchesAllInstancesOf</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></code></dd>
+</dl>
 </li>
 </ul>
 </li>
@@ -306,6 +311,6 @@ implements edu.uci.ics.hyracks.algebrick
 <!--   -->
 </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/RemoveUnusedSortDistinctNodesRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedSortDistinctNodesRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedSortDistinctNodesRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedSortDistinctNodesRule.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>RemoveUnusedSortDistinctNodesRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>RemoveUnusedSortDistinctNodesRule (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="RemoveUnusedSortDistinctNodesRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="RemoveUnusedSortDistinctNodesRule (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -324,6 +324,6 @@ implements edu.uci.ics.hyracks.algebrick
 <!--   -->
 </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/RemoveUnusedTreatRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedTreatRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedTreatRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedTreatRule.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>RemoveUnusedTreatRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>RemoveUnusedTreatRule (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="RemoveUnusedTreatRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="RemoveUnusedTreatRule (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -306,6 +306,6 @@ implements edu.uci.ics.hyracks.algebrick
 <!--   -->
 </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/SetCollectionDataSourceRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/SetCollectionDataSourceRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/SetCollectionDataSourceRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/SetCollectionDataSourceRule.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>SetCollectionDataSourceRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>SetCollectionDataSourceRule (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="SetCollectionDataSourceRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="SetCollectionDataSourceRule (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -274,6 +274,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </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/SetVariableIdContextRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/SetVariableIdContextRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/SetVariableIdContextRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/SetVariableIdContextRule.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>SetVariableIdContextRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>SetVariableIdContextRule (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="SetVariableIdContextRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="SetVariableIdContextRule (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -288,6 +288,6 @@ implements edu.uci.ics.hyracks.algebrick
 <!--   -->
 </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/class-use/AbstractCollectionRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractCollectionRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractCollectionRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractCollectionRule.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.AbstractCollectionRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.AbstractCollectionRule (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.AbstractCollectionRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.AbstractCollectionRule (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -159,6 +159,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>

Added: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractRemoveRedundantTypeExpressionsRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractRemoveRedundantTypeExpressionsRule.html?rev=1589021&view=auto
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractRemoveRedundantTypeExpressionsRule.html (added)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractRemoveRedundantTypeExpressionsRule.html Tue Apr 22 05:58:26 2014
@@ -0,0 +1,181 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<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.AbstractRemoveRedundantTypeExpressionsRule (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.AbstractRemoveRedundantTypeExpressionsRule (VXQuery 0.3-incubating API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractRemoveRedundantTypeExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="AbstractRemoveRedundantTypeExpressionsRule.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.AbstractRemoveRedundantTypeExpressionsRule" class="title">Uses of Class<br>org.apache.vxquery.compiler.rewriter.rules.AbstractRemoveRedundantTypeExpressionsRule</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.vxquery.compiler.rewriter.rules">org.apache.vxquery.compiler.rewriter.rules</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.vxquery.compiler.rewriter.rules">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a> in <a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/package-summary.html">org.apache.vxquery.compiler.rewriter.rules</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
+<caption><span>Subclasses of <a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractRemoveRedundantTypeExpressionsRule</a> in <a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/package-summary.html">org.apache.vxquery.compiler.rewriter.rules</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantBooleanExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">RemoveRedundantBooleanExpressionsRule</a></strong></code>
+<div class="block">The rule searches for where the xquery boolean function is used.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantCastExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">RemoveRedundantCastExpressionsRule</a></strong></code>
+<div class="block">The rule searches for where the xquery cast function is used.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantDataExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">RemoveRedundantDataExpressionsRule</a></strong></code>
+<div class="block">The rule searches for where the xquery data function is used.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">RemoveRedundantPromoteExpressionsRule</a></strong></code>
+<div class="block">The rule searches for where the xquery promote function is used.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">RemoveRedundantTreatExpressionsRule</a></strong></code>
+<div class="block">The rule searches for where the xquery treat function is used.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractRemoveRedundantTypeExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractRemoveRedundantTypeExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="AbstractRemoveRedundantTypeExpressionsRule.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<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/class-use/AbstractUsedVariablesProcessingRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractUsedVariablesProcessingRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractUsedVariablesProcessingRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractUsedVariablesProcessingRule.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.AbstractUsedVariablesProcessingRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.AbstractUsedVariablesProcessingRule (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.AbstractUsedVariablesProcessingRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.AbstractUsedVariablesProcessingRule (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -96,16 +96,16 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConsolidateDataScanUnnestRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">ConsolidateDataScanUnnestRule</a></strong></code>
-<div class="block">The rule searches for an unnest operator immediately following a data scan
- operator.</div>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConsolidateUnnestsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">ConsolidateUnnestsRule</a></strong></code>
+<div class="block">The rule searches for an unnest operator (1) immediately following an unnest
+ operator (2).</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConsolidateUnnestsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">ConsolidateUnnestsRule</a></strong></code>
-<div class="block">The rule searches for an unnest operator (1) immediately following an unnest
- operator (2).</div>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/PushChildIntoDataScanRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">PushChildIntoDataScanRule</a></strong></code>
+<div class="block">The rule searches for an unnest operator immediately following a data scan
+ operator.</div>
 </td>
 </tr>
 </tbody>
@@ -160,6 +160,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/class-use/AbstractVXQueryAggregateRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractVXQueryAggregateRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractVXQueryAggregateRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractVXQueryAggregateRule.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.AbstractVXQueryAggregateRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.AbstractVXQueryAggregateRule (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.AbstractVXQueryAggregateRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.AbstractVXQueryAggregateRule (VXQuery 0.3-incubating API)";
     }
 //-->
 </script>
@@ -159,6 +159,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/class-use/CollectionFileDomain.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/CollectionFileDomain.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/CollectionFileDomain.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/CollectionFileDomain.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.CollectionFileDomain (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.CollectionFileDomain (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.CollectionFileDomain (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.CollectionFileDomain (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/class-use/ConsolidateAssignAggregateRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateAssignAggregateRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateAssignAggregateRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateAssignAggregateRule.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.ConsolidateAssignAggregateRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConsolidateAssignAggregateRule (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.ConsolidateAssignAggregateRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConsolidateAssignAggregateRule (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/class-use/ConsolidateUnnestsRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateUnnestsRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateUnnestsRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateUnnestsRule.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.ConsolidateUnnestsRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConsolidateUnnestsRule (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.ConsolidateUnnestsRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConsolidateUnnestsRule (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/class-use/ConvertAssignSortDistinctNodesToOperatorsRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertAssignSortDistinctNodesToOperatorsRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertAssignSortDistinctNodesToOperatorsRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertAssignSortDistinctNodesToOperatorsRule.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.ConvertAssignSortDistinctNodesToOperatorsRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConvertAssignSortDistinctNodesToOperatorsRule (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.ConvertAssignSortDistinctNodesToOperatorsRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConvertAssignSortDistinctNodesToOperatorsRule (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/class-use/ConvertAssignToAggregateRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertAssignToAggregateRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertAssignToAggregateRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertAssignToAggregateRule.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.ConvertAssignToAggregateRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConvertAssignToAggregateRule (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.ConvertAssignToAggregateRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConvertAssignToAggregateRule (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/class-use/ConvertAssignToUnnestRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertAssignToUnnestRule.html?rev=1589021&r1=1589020&r2=1589021&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertAssignToUnnestRule.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertAssignToUnnestRule.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.ConvertAssignToUnnestRule (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConvertAssignToUnnestRule (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.ConvertAssignToUnnestRule (VXQuery 0.3-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConvertAssignToUnnestRule (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>

Added: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertFromAlgebricksExpressionsRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertFromAlgebricksExpressionsRule.html?rev=1589021&view=auto
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertFromAlgebricksExpressionsRule.html (added)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertFromAlgebricksExpressionsRule.html Tue Apr 22 05:58:26 2014
@@ -0,0 +1,115 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<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.ConvertFromAlgebricksExpressionsRule (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.ConvertFromAlgebricksExpressionsRule (VXQuery 0.3-incubating API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConvertFromAlgebricksExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertFromAlgebricksExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="ConvertFromAlgebricksExpressionsRule.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConvertFromAlgebricksExpressionsRule" class="title">Uses of Class<br>org.apache.vxquery.compiler.rewriter.rules.ConvertFromAlgebricksExpressionsRule</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.vxquery.compiler.rewriter.rules.ConvertFromAlgebricksExpressionsRule</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConvertFromAlgebricksExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertFromAlgebricksExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="ConvertFromAlgebricksExpressionsRule.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>

Added: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertToAlgebricksExpressionsRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertToAlgebricksExpressionsRule.html?rev=1589021&view=auto
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertToAlgebricksExpressionsRule.html (added)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertToAlgebricksExpressionsRule.html Tue Apr 22 05:58:26 2014
@@ -0,0 +1,115 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<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.ConvertToAlgebricksExpressionsRule (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.ConvertToAlgebricksExpressionsRule (VXQuery 0.3-incubating API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConvertToAlgebricksExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertToAlgebricksExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="ConvertToAlgebricksExpressionsRule.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.vxquery.compiler.rewriter.rules.ConvertToAlgebricksExpressionsRule" class="title">Uses of Class<br>org.apache.vxquery.compiler.rewriter.rules.ConvertToAlgebricksExpressionsRule</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.vxquery.compiler.rewriter.rules.ConvertToAlgebricksExpressionsRule</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConvertToAlgebricksExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/class-use/ConvertToAlgebricksExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="ConvertToAlgebricksExpressionsRule.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>