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 2013/12/13 05:53:53 UTC

svn commit: r1550643 [4/19] - in /incubator/vxquery/site: ./ apidocs/ apidocs/org/apache/vxquery/cli/ apidocs/org/apache/vxquery/compiler/rewriter/ apidocs/org/apache/vxquery/compiler/rewriter/rules/ apidocs/org/apache/vxquery/compiler/rewriter/rules/c...

Added: 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=1550643&view=auto
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html (added)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html Fri Dec 13 04:53:49 2013
@@ -0,0 +1,311 @@
+<!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>RemoveRedundantTreatExpressionsRule (VXQuery 0.3-incubating-SNAPSHOT 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)";
+    }
+//-->
+</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/RemoveRedundantTreatExpressionsRule.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/RemoveRedundantPromoteExpressionsRule.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/RemoveUnusedSortDistinctNodesRule.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/RemoveRedundantTreatExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="RemoveRedundantTreatExpressionsRule.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 RemoveRedundantTreatExpressionsRule" class="title">Class RemoveRedundantTreatExpressionsRule</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>org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantTreatExpressionsRule</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">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>
+<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.
+ 
+ <pre>
+ Before
+ 
+   plan__parent
+   %OPERATOR( $v1 : treat( \@input_expression, \@type_expression ) )
+   plan__child
+   
+   Where treat \@type_expression is the same as the return type of \@input_expression.
+   
+ 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/RemoveRedundantTreatExpressionsRule.html#RemoveRedundantTreatExpressionsRule()">RemoveRedundantTreatExpressionsRule</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>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>
+</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>
+</tr>
+</table>
+<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="RemoveRedundantTreatExpressionsRule()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>RemoveRedundantTreatExpressionsRule</h4>
+<pre>public&nbsp;RemoveRedundantTreatExpressionsRule()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="rewritePre(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">
+<!--   -->
+</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>
+<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>
+</li>
+</ul>
+<a name="rewritePost(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.IOptimizationContext)">
+<!--   -->
+</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>
+<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>
+</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/RemoveRedundantTreatExpressionsRule.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/RemoveRedundantPromoteExpressionsRule.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/RemoveUnusedSortDistinctNodesRule.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/RemoveRedundantTreatExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="RemoveRedundantTreatExpressionsRule.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; 2013 <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=1550643&r1=1550642&r2=1550643&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 Fri Dec 13 04:53:49 2013
@@ -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/RemoveRedundantTreatExpressionsRule.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/RemoveUnusedTreatRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -283,7 +283,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/RemoveRedundantTreatExpressionsRule.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/RemoveUnusedTreatRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Added: 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=1550643&view=auto
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractUsedVariablesProcessingRule.html (added)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractUsedVariablesProcessingRule.html Fri Dec 13 04:53:49 2013
@@ -0,0 +1,165 @@
+<!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.AbstractUsedVariablesProcessingRule (VXQuery 0.3-incubating-SNAPSHOT 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)";
+    }
+//-->
+</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/AbstractUsedVariablesProcessingRule.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/AbstractUsedVariablesProcessingRule.html" target="_top">Frames</a></li>
+<li><a href="AbstractUsedVariablesProcessingRule.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.AbstractUsedVariablesProcessingRule" class="title">Uses of Class<br>org.apache.vxquery.compiler.rewriter.rules.AbstractUsedVariablesProcessingRule</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/AbstractUsedVariablesProcessingRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractUsedVariablesProcessingRule</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/AbstractUsedVariablesProcessingRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractUsedVariablesProcessingRule</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/AbstractUsedVariablesProcessingRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractUsedVariablesProcessingRule</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/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>
+</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>
+</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/AbstractUsedVariablesProcessingRule.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/AbstractUsedVariablesProcessingRule.html" target="_top">Frames</a></li>
+<li><a href="AbstractUsedVariablesProcessingRule.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; 2013 <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/ConsolidateDataScanUnnestRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateDataScanUnnestRule.html?rev=1550643&view=auto
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateDataScanUnnestRule.html (added)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateDataScanUnnestRule.html Fri Dec 13 04:53:49 2013
@@ -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.ConsolidateDataScanUnnestRule (VXQuery 0.3-incubating-SNAPSHOT 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.ConsolidateDataScanUnnestRule (VXQuery 0.3-incubating-SNAPSHOT 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/ConsolidateDataScanUnnestRule.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/ConsolidateDataScanUnnestRule.html" target="_top">Frames</a></li>
+<li><a href="ConsolidateDataScanUnnestRule.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.ConsolidateDataScanUnnestRule" class="title">Uses of Class<br>org.apache.vxquery.compiler.rewriter.rules.ConsolidateDataScanUnnestRule</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.vxquery.compiler.rewriter.rules.ConsolidateDataScanUnnestRule</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/ConsolidateDataScanUnnestRule.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/ConsolidateDataScanUnnestRule.html" target="_top">Frames</a></li>
+<li><a href="ConsolidateDataScanUnnestRule.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; 2013 <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/ConsolidateUnnestsRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateUnnestsRule.html?rev=1550643&view=auto
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateUnnestsRule.html (added)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/ConsolidateUnnestsRule.html Fri Dec 13 04:53:49 2013
@@ -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.ConsolidateUnnestsRule (VXQuery 0.3-incubating-SNAPSHOT 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)";
+    }
+//-->
+</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/ConsolidateUnnestsRule.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/ConsolidateUnnestsRule.html" target="_top">Frames</a></li>
+<li><a href="ConsolidateUnnestsRule.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.ConsolidateUnnestsRule" class="title">Uses of Class<br>org.apache.vxquery.compiler.rewriter.rules.ConsolidateUnnestsRule</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.vxquery.compiler.rewriter.rules.ConsolidateUnnestsRule</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/ConsolidateUnnestsRule.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/ConsolidateUnnestsRule.html" target="_top">Frames</a></li>
+<li><a href="ConsolidateUnnestsRule.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; 2013 <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/RemoveRedundantPromoteExpressionsRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/RemoveRedundantPromoteExpressionsRule.html?rev=1550643&view=auto
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/RemoveRedundantPromoteExpressionsRule.html (added)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/RemoveRedundantPromoteExpressionsRule.html Fri Dec 13 04:53:49 2013
@@ -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.RemoveRedundantPromoteExpressionsRule (VXQuery 0.3-incubating-SNAPSHOT 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.RemoveRedundantPromoteExpressionsRule (VXQuery 0.3-incubating-SNAPSHOT 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/RemoveRedundantPromoteExpressionsRule.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/RemoveRedundantPromoteExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="RemoveRedundantPromoteExpressionsRule.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.RemoveRedundantPromoteExpressionsRule" class="title">Uses of Class<br>org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantPromoteExpressionsRule</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantPromoteExpressionsRule</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/RemoveRedundantPromoteExpressionsRule.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/RemoveRedundantPromoteExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="RemoveRedundantPromoteExpressionsRule.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; 2013 <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/RemoveRedundantTreatExpressionsRule.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/RemoveRedundantTreatExpressionsRule.html?rev=1550643&view=auto
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/RemoveRedundantTreatExpressionsRule.html (added)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/class-use/RemoveRedundantTreatExpressionsRule.html Fri Dec 13 04:53:49 2013
@@ -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.RemoveRedundantTreatExpressionsRule (VXQuery 0.3-incubating-SNAPSHOT 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.RemoveRedundantTreatExpressionsRule (VXQuery 0.3-incubating-SNAPSHOT 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/RemoveRedundantTreatExpressionsRule.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/RemoveRedundantTreatExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="RemoveRedundantTreatExpressionsRule.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.RemoveRedundantTreatExpressionsRule" class="title">Uses of Class<br>org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantTreatExpressionsRule</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.vxquery.compiler.rewriter.rules.RemoveRedundantTreatExpressionsRule</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/RemoveRedundantTreatExpressionsRule.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/RemoveRedundantTreatExpressionsRule.html" target="_top">Frames</a></li>
+<li><a href="RemoveRedundantTreatExpressionsRule.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; 2013 <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/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-frame.html?rev=1550643&r1=1550642&r2=1550643&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-frame.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-frame.html Fri Dec 13 04:53:49 2013
@@ -12,9 +12,12 @@
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
 <li><a href="AbstractCollectionRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">AbstractCollectionRule</a></li>
+<li><a href="AbstractUsedVariablesProcessingRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">AbstractUsedVariablesProcessingRule</a></li>
 <li><a href="AbstractVXQueryAggregateRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">AbstractVXQueryAggregateRule</a></li>
 <li><a href="CollectionFileDomain.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">CollectionFileDomain</a></li>
 <li><a href="ConsolidateAssignAggregateRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">ConsolidateAssignAggregateRule</a></li>
+<li><a href="ConsolidateDataScanUnnestRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">ConsolidateDataScanUnnestRule</a></li>
+<li><a href="ConsolidateUnnestsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">ConsolidateUnnestsRule</a></li>
 <li><a href="ConvertAssignSortDistinctNodesToOperatorsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">ConvertAssignSortDistinctNodesToOperatorsRule</a></li>
 <li><a href="ConvertAssignToAggregateRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">ConvertAssignToAggregateRule</a></li>
 <li><a href="ConvertAssignToUnnestRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">ConvertAssignToUnnestRule</a></li>
@@ -24,6 +27,8 @@
 <li><a href="IntroduceCollectionRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">IntroduceCollectionRule</a></li>
 <li><a href="IntroduceTwoStepAggregateRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">IntroduceTwoStepAggregateRule</a></li>
 <li><a href="PushMapOperatorDownThroughProductRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">PushMapOperatorDownThroughProductRule</a></li>
+<li><a href="RemoveRedundantPromoteExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">RemoveRedundantPromoteExpressionsRule</a></li>
+<li><a href="RemoveRedundantTreatExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">RemoveRedundantTreatExpressionsRule</a></li>
 <li><a href="RemoveUnusedSortDistinctNodesRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">RemoveUnusedSortDistinctNodesRule</a></li>
 <li><a href="RemoveUnusedTreatRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">RemoveUnusedTreatRule</a></li>
 <li><a href="SetCollectionDataSourceRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules" target="classFrame">SetCollectionDataSourceRule</a></li>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-summary.html?rev=1550643&r1=1550642&r2=1550643&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-summary.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-summary.html Fri Dec 13 04:53:49 2013
@@ -79,96 +79,132 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractUsedVariablesProcessingRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractUsedVariablesProcessingRule</a></td>
+<td class="colLast">
+<div class="block">The AbstractUsedVariablesProcessingRule provides a frame work to track used
+ variables to assist in some rewrite rules that must track used variables in 
+ the above plan.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractVXQueryAggregateRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">AbstractVXQueryAggregateRule</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/CollectionFileDomain.html" title="class in org.apache.vxquery.compiler.rewriter.rules">CollectionFileDomain</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConsolidateAssignAggregateRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">ConsolidateAssignAggregateRule</a></td>
 <td class="colLast">
 <div class="block">The rule searches for assign operator with an aggregate function expression
  immediately following an aggregate operator with a sequence expression.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConsolidateDataScanUnnestRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">ConsolidateDataScanUnnestRule</a></td>
+<td class="colLast">
+<div class="block">The rule searches for an unnest operator immediately following a data scan
+ operator.</div>
+</td>
+</tr>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConsolidateUnnestsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">ConsolidateUnnestsRule</a></td>
+<td class="colLast">
+<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"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConvertAssignSortDistinctNodesToOperatorsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">ConvertAssignSortDistinctNodesToOperatorsRule</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConvertAssignToAggregateRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">ConvertAssignToAggregateRule</a></td>
 <td class="colLast">
 <div class="block">The rule searches for assign operators that have a xquery aggregate function.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConvertAssignToUnnestRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">ConvertAssignToUnnestRule</a></td>
 <td class="colLast">
 <div class="block">The rule searches for unnest(iterate) operator followed by an assign(child)
  operator and merges the assign into the unnest operator.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/EliminateSubplanForSinglePathsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">EliminateSubplanForSinglePathsRule</a></td>
 <td class="colLast">
 <div class="block">The rule searches for subplans that only have one path of execution.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/EliminateUnnestAggregateSequencesRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">EliminateUnnestAggregateSequencesRule</a></td>
 <td class="colLast">
 <div class="block">The rule searches for unnest followed by an aggregate operator with a
  sequence function and converts the aggregate operator to an assign.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/EliminateUnnestAggregateSubplanRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">EliminateUnnestAggregateSubplanRule</a></td>
 <td class="colLast">
 <div class="block">The rule searches for unnest followed by subplan with the root operator an
  aggregate and removes the aggregate subplan.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/IntroduceCollectionRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">IntroduceCollectionRule</a></td>
 <td class="colLast">
 <div class="block">Find the default query plan created for collection and updated it to use
  parallelization.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/IntroduceTwoStepAggregateRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">IntroduceTwoStepAggregateRule</a></td>
 <td class="colLast">
 <div class="block">The rule searches for aggregate operators with an aggregate function
  expression that has not been initialized for two step aggregation.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/PushMapOperatorDownThroughProductRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">PushMapOperatorDownThroughProductRule</a></td>
-<td class="colLast">&nbsp;</td>
+<td class="colLast">
+<div class="block">The rule searches for an inner join operator followed by a map operator.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">RemoveRedundantPromoteExpressionsRule</a></td>
+<td class="colLast">
+<div class="block">The rule searches for where the xquery promote function is used.</div>
+</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">RemoveRedundantTreatExpressionsRule</a></td>
+<td class="colLast">
+<div class="block">The rule searches for where the xquery treat function is used.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedSortDistinctNodesRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">RemoveUnusedSortDistinctNodesRule</a></td>
 <td class="colLast">
 <div class="block">The rule searches for where the xquery sort distinct function is used and
  determines if the sort and distinct is necessary.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedTreatRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">RemoveUnusedTreatRule</a></td>
 <td class="colLast">
 <div class="block">The rule searches for where the xquery treat function is used and
  determines if the treat is necessary.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/SetCollectionDataSourceRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">SetCollectionDataSourceRule</a></td>
 <td class="colLast">
 <div class="block">Find the collection functions and generate the data source objects.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/SetVariableIdContextRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules">SetVariableIdContextRule</a></td>
 <td class="colLast">
 <div class="block">Set the default context for the variable id in the optimization context.</div>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-tree.html?rev=1550643&r1=1550642&r2=1550643&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-tree.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-tree.html Fri Dec 13 04:53:49 2013
@@ -79,6 +79,12 @@
 <li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/SetCollectionDataSourceRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">SetCollectionDataSourceRule</span></a></li>
 </ul>
 </li>
+<li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractUsedVariablesProcessingRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">AbstractUsedVariablesProcessingRule</span></a> (implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule)
+<ul>
+<li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConsolidateDataScanUnnestRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">ConsolidateDataScanUnnestRule</span></a></li>
+<li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConsolidateUnnestsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">ConsolidateUnnestsRule</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/AbstractVXQueryAggregateRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">AbstractVXQueryAggregateRule</span></a> (implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule)
 <ul>
 <li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/ConsolidateAssignAggregateRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">ConsolidateAssignAggregateRule</span></a></li>
@@ -93,6 +99,8 @@
 <li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/EliminateUnnestAggregateSubplanRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">EliminateUnnestAggregateSubplanRule</span></a> (implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule)</li>
 <li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/IntroduceTwoStepAggregateRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">IntroduceTwoStepAggregateRule</span></a> (implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule)</li>
 <li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/PushMapOperatorDownThroughProductRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">PushMapOperatorDownThroughProductRule</span></a> (implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule)</li>
+<li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantPromoteExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">RemoveRedundantPromoteExpressionsRule</span></a> (implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule)</li>
+<li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveRedundantTreatExpressionsRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">RemoveRedundantTreatExpressionsRule</span></a> (implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule)</li>
 <li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedSortDistinctNodesRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">RemoveUnusedSortDistinctNodesRule</span></a> (implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule)</li>
 <li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedTreatRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">RemoveUnusedTreatRule</span></a> (implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule)</li>
 <li type="circle">org.apache.vxquery.compiler.rewriter.rules.<a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/SetVariableIdContextRule.html" title="class in org.apache.vxquery.compiler.rewriter.rules"><span class="strong">SetVariableIdContextRule</span></a> (implements edu.uci.ics.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule)</li>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-use.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-use.html?rev=1550643&r1=1550642&r2=1550643&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-use.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/package-use.html Fri Dec 13 04:53:49 2013
@@ -94,6 +94,13 @@
 <td class="colOne"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractCollectionRule.html#org.apache.vxquery.compiler.rewriter.rules">AbstractCollectionRule</a>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractUsedVariablesProcessingRule.html#org.apache.vxquery.compiler.rewriter.rules">AbstractUsedVariablesProcessingRule</a>
+<div class="block">The AbstractUsedVariablesProcessingRule provides a frame work to track used
+ variables to assist in some rewrite rules that must track used variables in 
+ the above plan.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/vxquery/compiler/rewriter/rules/class-use/AbstractVXQueryAggregateRule.html#org.apache.vxquery.compiler.rewriter.rules">AbstractVXQueryAggregateRule</a>&nbsp;</td>
 </tr>
 </tbody>

Modified: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/CardinalityRuleToolbox.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/CardinalityRuleToolbox.html?rev=1550643&r1=1550642&r2=1550643&view=diff
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/CardinalityRuleToolbox.html (original)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/CardinalityRuleToolbox.html Fri Dec 13 04:53:49 2013
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li>Prev Class</li>
-<li>Next Class</li>
+<li><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html" title="class in org.apache.vxquery.compiler.rewriter.rules.util"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/util/CardinalityRuleToolbox.html" target="_top">Frames</a></li>
@@ -235,7 +235,7 @@ extends <a href="http://docs.oracle.com/
 <div class="subNav">
 <ul class="navList">
 <li>Prev Class</li>
-<li>Next Class</li>
+<li><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html" title="class in org.apache.vxquery.compiler.rewriter.rules.util"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/util/CardinalityRuleToolbox.html" target="_top">Frames</a></li>

Added: incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html?rev=1550643&view=auto
==============================================================================
--- incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html (added)
+++ incubator/vxquery/site/apidocs/org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html Fri Dec 13 04:53:49 2013
@@ -0,0 +1,301 @@
+<!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>ExpressionToolbox (VXQuery 0.3-incubating-SNAPSHOT API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="ExpressionToolbox (VXQuery 0.3-incubating-SNAPSHOT API)";
+    }
+//-->
+</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/ExpressionToolbox.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/util/CardinalityRuleToolbox.html" title="class in org.apache.vxquery.compiler.rewriter.rules.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html" title="class in org.apache.vxquery.compiler.rewriter.rules.util"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html" target="_top">Frames</a></li>
+<li><a href="ExpressionToolbox.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.util</div>
+<h2 title="Class ExpressionToolbox" class="title">Class ExpressionToolbox</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>org.apache.vxquery.compiler.rewriter.rules.util.ExpressionToolbox</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">ExpressionToolbox</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></pre>
+</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/util/ExpressionToolbox.html#ExpressionToolbox()">ExpressionToolbox</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>static org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#findFunctionExpression(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier)">findFunctionExpression</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
+                      edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier&nbsp;fi)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#findVariableExpression(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable)">findVariableExpression</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
+                      edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable&nbsp;lv)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../../org/apache/vxquery/functions/Function.html" title="class in org.apache.vxquery.functions">Function</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#getBuiltIn(org.apache.commons.lang3.mutable.Mutable)">getBuiltIn</a></strong>(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html#getConstantAsPointable(edu.uci.ics.hyracks.algebricks.core.algebra.expressions.ConstantExpression, org.apache.vxquery.datamodel.accessors.TaggedValuePointable)">getConstantAsPointable</a></strong>(edu.uci.ics.hyracks.algebricks.core.algebra.expressions.ConstantExpression&nbsp;typeExpression,
+                      <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp)</code>&nbsp;</td>
+</tr>
+</table>
+<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="ExpressionToolbox()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ExpressionToolbox</h4>
+<pre>public&nbsp;ExpressionToolbox()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="findVariableExpression(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findVariableExpression</h4>
+<pre>public static&nbsp;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;findVariableExpression(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
+                                                                                                                                   edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable&nbsp;lv)</pre>
+</li>
+</ul>
+<a name="findFunctionExpression(org.apache.commons.lang3.mutable.Mutable, edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findFunctionExpression</h4>
+<pre>public static&nbsp;org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;findFunctionExpression(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe,
+                                                                                                                                   edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier&nbsp;fi)</pre>
+</li>
+</ul>
+<a name="getBuiltIn(org.apache.commons.lang3.mutable.Mutable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBuiltIn</h4>
+<pre>public static&nbsp;<a href="../../../../../../../org/apache/vxquery/functions/Function.html" title="class in org.apache.vxquery.functions">Function</a>&nbsp;getBuiltIn(org.apache.commons.lang3.mutable.Mutable&lt;edu.uci.ics.hyracks.algebricks.core.algebra.base.ILogicalExpression&gt;&nbsp;mutableLe)</pre>
+</li>
+</ul>
+<a name="getConstantAsPointable(edu.uci.ics.hyracks.algebricks.core.algebra.expressions.ConstantExpression, org.apache.vxquery.datamodel.accessors.TaggedValuePointable)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getConstantAsPointable</h4>
+<pre>public static&nbsp;void&nbsp;getConstantAsPointable(edu.uci.ics.hyracks.algebricks.core.algebra.expressions.ConstantExpression&nbsp;typeExpression,
+                          <a href="../../../../../../../org/apache/vxquery/datamodel/accessors/TaggedValuePointable.html" title="class in org.apache.vxquery.datamodel.accessors">TaggedValuePointable</a>&nbsp;tvp)</pre>
+</li>
+</ul>
+</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/ExpressionToolbox.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/util/CardinalityRuleToolbox.html" title="class in org.apache.vxquery.compiler.rewriter.rules.util"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../../../org/apache/vxquery/compiler/rewriter/rules/util/OperatorToolbox.html" title="class in org.apache.vxquery.compiler.rewriter.rules.util"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/vxquery/compiler/rewriter/rules/util/ExpressionToolbox.html" target="_top">Frames</a></li>
+<li><a href="ExpressionToolbox.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; 2013 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.</small></p>
+</body>
+</html>