You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2010/09/24 07:09:57 UTC

svn commit: r1000710 [43/44] - in /incubator/oodt/site/components/maven: apidocs/org/apache/oodt/grid/ apidocs/org/apache/oodt/grid/class-use/ apidocs/org/apache/oodt/profile/handlers/cas/ apidocs/org/apache/oodt/profile/handlers/cas/class-use/ apidocs...

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/Literal.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/Literal.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/Literal.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/Literal.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,46 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>Literal xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/xmlps/queryparser/Literal.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.xmlps.queryparser;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="21" href="#21" id="21">21</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="22" href="#22" id="22">22</a>  <em class="jxr_javadoccomment"> * A value literal.</em>
+<a name="23" href="#23" id="23">23</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="24" href="#24" id="24">24</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/Literal.html">Literal</a> implements <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a>{
+<a name="25" href="#25" id="25">25</a>      
+<a name="26" href="#26" id="26">26</a>      <strong class="jxr_keyword">protected</strong> String val;
+<a name="27" href="#27" id="27">27</a>      
+<a name="28" href="#28" id="28">28</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/Literal.html">Literal</a>(String val){
+<a name="29" href="#29" id="29">29</a>          <strong class="jxr_keyword">this</strong>.val = val;
+<a name="30" href="#30" id="30">30</a>      }
+<a name="31" href="#31" id="31">31</a>  
+<a name="32" href="#32" id="32">32</a>      <em class="jxr_comment">/*<em class="jxr_comment"> (non-Javadoc)</em></em>
+<a name="33" href="#33" id="33">33</a>  <em class="jxr_comment">     * @see org.apache.oodt.xmlps.queryparser.Expression#evaluate()</em>
+<a name="34" href="#34" id="34">34</a>  <em class="jxr_comment">     */</em>
+<a name="35" href="#35" id="35">35</a>      <strong class="jxr_keyword">public</strong> String evaluate() {
+<a name="36" href="#36" id="36">36</a>          <strong class="jxr_keyword">return</strong> val;
+<a name="37" href="#37" id="37">37</a>      }
+<a name="38" href="#38" id="38">38</a>  
+<a name="39" href="#39" id="39">39</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/LogOpExpression.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/LogOpExpression.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/LogOpExpression.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/LogOpExpression.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,86 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>LogOpExpression xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/xmlps/queryparser/LogOpExpression.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.xmlps.queryparser;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="21" href="#21" id="21">21</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="22" href="#22" id="22">22</a>  <em class="jxr_javadoccomment"> * A logical expression with a left-hand side </em>
+<a name="23" href="#23" id="23">23</a>  <em class="jxr_javadoccomment"> * and right hind-side {@link Expression}.</em>
+<a name="24" href="#24" id="24">24</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="25" href="#25" id="25">25</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="26" href="#26" id="26">26</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/LogOpExpression.html">LogOpExpression</a> implements <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> {
+<a name="27" href="#27" id="27">27</a>  
+<a name="28" href="#28" id="28">28</a>      <strong class="jxr_keyword">private</strong> String logop;
+<a name="29" href="#29" id="29">29</a>  
+<a name="30" href="#30" id="30">30</a>      <strong class="jxr_keyword">private</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> lhs;
+<a name="31" href="#31" id="31">31</a>  
+<a name="32" href="#32" id="32">32</a>      <strong class="jxr_keyword">private</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> rhs;
+<a name="33" href="#33" id="33">33</a>      
+<a name="34" href="#34" id="34">34</a>      
+<a name="35" href="#35" id="35">35</a>  
+<a name="36" href="#36" id="36">36</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/LogOpExpression.html">LogOpExpression</a>(String logop, <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> lhs, <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> rhs) {
+<a name="37" href="#37" id="37">37</a>          <strong class="jxr_keyword">this</strong>.lhs = lhs;
+<a name="38" href="#38" id="38">38</a>          <strong class="jxr_keyword">this</strong>.rhs = rhs;
+<a name="39" href="#39" id="39">39</a>          <strong class="jxr_keyword">this</strong>.logop = logop;
+<a name="40" href="#40" id="40">40</a>      }
+<a name="41" href="#41" id="41">41</a>  
+<a name="42" href="#42" id="42">42</a>      <em class="jxr_comment">/*</em>
+<a name="43" href="#43" id="43">43</a>  <em class="jxr_comment">     * (non-Javadoc)</em>
+<a name="44" href="#44" id="44">44</a>  <em class="jxr_comment">     * </em>
+<a name="45" href="#45" id="45">45</a>  <em class="jxr_comment">     * @see org.apache.oodt.xmlps.queryparser.Expression#evaluate()</em>
+<a name="46" href="#46" id="46">46</a>  <em class="jxr_comment">     */</em>
+<a name="47" href="#47" id="47">47</a>      <strong class="jxr_keyword">public</strong> String evaluate() {
+<a name="48" href="#48" id="48">48</a>          <strong class="jxr_keyword">return</strong> <span class="jxr_string">"("</span> + lhs.evaluate() + <span class="jxr_string">" "</span> + logop + <span class="jxr_string">" "</span> + rhs.evaluate() + <span class="jxr_string">")"</span>;
+<a name="49" href="#49" id="49">49</a>      }
+<a name="50" href="#50" id="50">50</a>  
+<a name="51" href="#51" id="51">51</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="52" href="#52" id="52">52</a>  <em class="jxr_javadoccomment">     * @return the lhs</em>
+<a name="53" href="#53" id="53">53</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="54" href="#54" id="54">54</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> getLhs() {
+<a name="55" href="#55" id="55">55</a>          <strong class="jxr_keyword">return</strong> lhs;
+<a name="56" href="#56" id="56">56</a>      }
+<a name="57" href="#57" id="57">57</a>  
+<a name="58" href="#58" id="58">58</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="59" href="#59" id="59">59</a>  <em class="jxr_javadoccomment">     * @param lhs the lhs to set</em>
+<a name="60" href="#60" id="60">60</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="61" href="#61" id="61">61</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setLhs(<a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> lhs) {
+<a name="62" href="#62" id="62">62</a>          <strong class="jxr_keyword">this</strong>.lhs = lhs;
+<a name="63" href="#63" id="63">63</a>      }
+<a name="64" href="#64" id="64">64</a>  
+<a name="65" href="#65" id="65">65</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="66" href="#66" id="66">66</a>  <em class="jxr_javadoccomment">     * @return the rhs</em>
+<a name="67" href="#67" id="67">67</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="68" href="#68" id="68">68</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> getRhs() {
+<a name="69" href="#69" id="69">69</a>          <strong class="jxr_keyword">return</strong> rhs;
+<a name="70" href="#70" id="70">70</a>      }
+<a name="71" href="#71" id="71">71</a>  
+<a name="72" href="#72" id="72">72</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="73" href="#73" id="73">73</a>  <em class="jxr_javadoccomment">     * @param rhs the rhs to set</em>
+<a name="74" href="#74" id="74">74</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="75" href="#75" id="75">75</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setRhs(<a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> rhs) {
+<a name="76" href="#76" id="76">76</a>          <strong class="jxr_keyword">this</strong>.rhs = rhs;
+<a name="77" href="#77" id="77">77</a>      }
+<a name="78" href="#78" id="78">78</a>  
+<a name="79" href="#79" id="79">79</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/OrExpression.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/OrExpression.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/OrExpression.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/OrExpression.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,37 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>OrExpression xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/xmlps/queryparser/OrExpression.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.xmlps.queryparser;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="21" href="#21" id="21">21</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="22" href="#22" id="22">22</a>  <em class="jxr_javadoccomment"> * An Or expression.</em>
+<a name="23" href="#23" id="23">23</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="24" href="#24" id="24">24</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/OrExpression.html">OrExpression</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/LogOpExpression.html">LogOpExpression</a> implements <a href="../../../../../org/apache/oodt/xmlps/queryparser/ParseConstants.html">ParseConstants</a>{
+<a name="25" href="#25" id="25">25</a>  
+<a name="26" href="#26" id="26">26</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/OrExpression.html">OrExpression</a>(<a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> lhs, <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> rhs) {
+<a name="27" href="#27" id="27">27</a>          <strong class="jxr_keyword">super</strong>(SQL_OR, lhs, rhs);
+<a name="28" href="#28" id="28">28</a>      }
+<a name="29" href="#29" id="29">29</a>  
+<a name="30" href="#30" id="30">30</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/ParseConstants.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/ParseConstants.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/ParseConstants.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/ParseConstants.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,72 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>ParseConstants xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/xmlps/queryparser/ParseConstants.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.xmlps.queryparser;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="21" href="#21" id="21">21</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="22" href="#22" id="22">22</a>  <em class="jxr_javadoccomment"> * Constant met keys used in parsing the XMLQuery.</em>
+<a name="23" href="#23" id="23">23</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="24" href="#24" id="24">24</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/ParseConstants.html">ParseConstants</a> {
+<a name="25" href="#25" id="25">25</a>      
+<a name="26" href="#26" id="26">26</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String XMLQUERY_LOGOP = <span class="jxr_string">"LOGOP"</span>;
+<a name="27" href="#27" id="27">27</a>      
+<a name="28" href="#28" id="28">28</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String XMLQUERY_AND = <span class="jxr_string">"AND"</span>;
+<a name="29" href="#29" id="29">29</a>      
+<a name="30" href="#30" id="30">30</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String XMLQUERY_OR = <span class="jxr_string">"OR"</span>;
+<a name="31" href="#31" id="31">31</a>      
+<a name="32" href="#32" id="32">32</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String XMLQUERY_RELOP = <span class="jxr_string">"RELOP"</span>;
+<a name="33" href="#33" id="33">33</a>      
+<a name="34" href="#34" id="34">34</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String XMLQUERY_EQUAL = <span class="jxr_string">"EQ"</span>;
+<a name="35" href="#35" id="35">35</a>      
+<a name="36" href="#36" id="36">36</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String XMLQUERY_LIKE = <span class="jxr_string">"LIKE"</span>;
+<a name="37" href="#37" id="37">37</a>      
+<a name="38" href="#38" id="38">38</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String XMLQUERY_GREATER_THAN = <span class="jxr_string">"GT"</span>;
+<a name="39" href="#39" id="39">39</a>      
+<a name="40" href="#40" id="40">40</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String XMLQUERY_GREATER_THAN_OR_EQUAL_TO = <span class="jxr_string">"GE"</span>;
+<a name="41" href="#41" id="41">41</a>      
+<a name="42" href="#42" id="42">42</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String XMLQUERY_LESS_THAN = <span class="jxr_string">"LT"</span>;
+<a name="43" href="#43" id="43">43</a>      
+<a name="44" href="#44" id="44">44</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String XMLQUERY_LESS_THAN_OR_EQUAL_TO = <span class="jxr_string">"LE"</span>;
+<a name="45" href="#45" id="45">45</a>      
+<a name="46" href="#46" id="46">46</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String XMLQUERY_LITERAL = <span class="jxr_string">"LITERAL"</span>;
+<a name="47" href="#47" id="47">47</a>      
+<a name="48" href="#48" id="48">48</a>      
+<a name="49" href="#49" id="49">49</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SQL_LIKE = <span class="jxr_string">"LIKE"</span>;
+<a name="50" href="#50" id="50">50</a>      
+<a name="51" href="#51" id="51">51</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SQL_EQUAL = <span class="jxr_string">"="</span>;
+<a name="52" href="#52" id="52">52</a>      
+<a name="53" href="#53" id="53">53</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SQL_AND = <span class="jxr_string">"AND"</span>;
+<a name="54" href="#54" id="54">54</a>      
+<a name="55" href="#55" id="55">55</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SQL_OR = <span class="jxr_string">"OR"</span>;
+<a name="56" href="#56" id="56">56</a>      
+<a name="57" href="#57" id="57">57</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SQL_GREATER_THAN_OR_EQUAL_TO = <span class="jxr_string">"&gt;="</span>;
+<a name="58" href="#58" id="58">58</a>      
+<a name="59" href="#59" id="59">59</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SQL_GREATER_THAN = <span class="jxr_string">"&gt;"</span>;
+<a name="60" href="#60" id="60">60</a>      
+<a name="61" href="#61" id="61">61</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SQL_LESS_THAN = <span class="jxr_string">"&lt;"</span>;
+<a name="62" href="#62" id="62">62</a>      
+<a name="63" href="#63" id="63">63</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SQL_LESS_THAN_OR_EQUAL_TO = <span class="jxr_string">"&lt;="</span>;
+<a name="64" href="#64" id="64">64</a>  
+<a name="65" href="#65" id="65">65</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/RelOpExpression.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/RelOpExpression.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/RelOpExpression.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/RelOpExpression.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,82 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>RelOpExpression xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/xmlps/queryparser/RelOpExpression.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.xmlps.queryparser;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="21" href="#21" id="21">21</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="22" href="#22" id="22">22</a>  <em class="jxr_javadoccomment"> * A relational operator.</em>
+<a name="23" href="#23" id="23">23</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="24" href="#24" id="24">24</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/RelOpExpression.html">RelOpExpression</a> implements <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> {
+<a name="25" href="#25" id="25">25</a>  
+<a name="26" href="#26" id="26">26</a>      <strong class="jxr_keyword">private</strong> String relop;
+<a name="27" href="#27" id="27">27</a>  
+<a name="28" href="#28" id="28">28</a>      <strong class="jxr_keyword">private</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> literal;
+<a name="29" href="#29" id="29">29</a>  
+<a name="30" href="#30" id="30">30</a>      <strong class="jxr_keyword">private</strong> String lhs;
+<a name="31" href="#31" id="31">31</a>  
+<a name="32" href="#32" id="32">32</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/RelOpExpression.html">RelOpExpression</a>(String relop, String lhs, <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> literal) {
+<a name="33" href="#33" id="33">33</a>          <strong class="jxr_keyword">this</strong>.relop = relop;
+<a name="34" href="#34" id="34">34</a>          <strong class="jxr_keyword">this</strong>.lhs = lhs;
+<a name="35" href="#35" id="35">35</a>          <strong class="jxr_keyword">this</strong>.literal = literal;
+<a name="36" href="#36" id="36">36</a>      }
+<a name="37" href="#37" id="37">37</a>  
+<a name="38" href="#38" id="38">38</a>      <em class="jxr_comment">/*</em>
+<a name="39" href="#39" id="39">39</a>  <em class="jxr_comment">     * (non-Javadoc)</em>
+<a name="40" href="#40" id="40">40</a>  <em class="jxr_comment">     * </em>
+<a name="41" href="#41" id="41">41</a>  <em class="jxr_comment">     * @see org.apache.oodt.xmlps.queryparser.Expression#evaluate()</em>
+<a name="42" href="#42" id="42">42</a>  <em class="jxr_comment">     */</em>
+<a name="43" href="#43" id="43">43</a>      <strong class="jxr_keyword">public</strong> String evaluate() {
+<a name="44" href="#44" id="44">44</a>          <strong class="jxr_keyword">return</strong> lhs + <span class="jxr_string">" "</span> + relop + <span class="jxr_string">" "</span> + literal.evaluate();
+<a name="45" href="#45" id="45">45</a>      }
+<a name="46" href="#46" id="46">46</a>  
+<a name="47" href="#47" id="47">47</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="48" href="#48" id="48">48</a>  <em class="jxr_javadoccomment">     * @return the lhs</em>
+<a name="49" href="#49" id="49">49</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="50" href="#50" id="50">50</a>      <strong class="jxr_keyword">public</strong> String getLhs() {
+<a name="51" href="#51" id="51">51</a>          <strong class="jxr_keyword">return</strong> lhs;
+<a name="52" href="#52" id="52">52</a>      }
+<a name="53" href="#53" id="53">53</a>  
+<a name="54" href="#54" id="54">54</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="55" href="#55" id="55">55</a>  <em class="jxr_javadoccomment">     * @param lhs the lhs to set</em>
+<a name="56" href="#56" id="56">56</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="57" href="#57" id="57">57</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setLhs(String lhs) {
+<a name="58" href="#58" id="58">58</a>          <strong class="jxr_keyword">this</strong>.lhs = lhs;
+<a name="59" href="#59" id="59">59</a>      }
+<a name="60" href="#60" id="60">60</a>  
+<a name="61" href="#61" id="61">61</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="62" href="#62" id="62">62</a>  <em class="jxr_javadoccomment">     * @return the literal</em>
+<a name="63" href="#63" id="63">63</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="64" href="#64" id="64">64</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> getLiteral() {
+<a name="65" href="#65" id="65">65</a>          <strong class="jxr_keyword">return</strong> literal;
+<a name="66" href="#66" id="66">66</a>      }
+<a name="67" href="#67" id="67">67</a>  
+<a name="68" href="#68" id="68">68</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="69" href="#69" id="69">69</a>  <em class="jxr_javadoccomment">     * @param literal the literal to set</em>
+<a name="70" href="#70" id="70">70</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="71" href="#71" id="71">71</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setLiteral(<a href="../../../../../org/apache/oodt/xmlps/queryparser/Expression.html">Expression</a> literal) {
+<a name="72" href="#72" id="72">72</a>          <strong class="jxr_keyword">this</strong>.literal = literal;
+<a name="73" href="#73" id="73">73</a>      }
+<a name="74" href="#74" id="74">74</a>  
+<a name="75" href="#75" id="75">75</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/WildcardLiteral.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/WildcardLiteral.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/WildcardLiteral.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/WildcardLiteral.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,50 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>WildcardLiteral xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/xmlps/queryparser/WildcardLiteral.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.xmlps.queryparser;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="21" href="#21" id="21">21</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="22" href="#22" id="22">22</a>  <em class="jxr_javadoccomment"> * A wildcard literal.</em>
+<a name="23" href="#23" id="23">23</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="24" href="#24" id="24">24</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/WildcardLiteral.html">WildcardLiteral</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/Literal.html">Literal</a> {
+<a name="25" href="#25" id="25">25</a>  
+<a name="26" href="#26" id="26">26</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="27" href="#27" id="27">27</a>  <em class="jxr_javadoccomment">     * @param val</em>
+<a name="28" href="#28" id="28">28</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="29" href="#29" id="29">29</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/queryparser/WildcardLiteral.html">WildcardLiteral</a>(String val) {
+<a name="30" href="#30" id="30">30</a>          <strong class="jxr_keyword">super</strong>(val);
+<a name="31" href="#31" id="31">31</a>      }
+<a name="32" href="#32" id="32">32</a>  
+<a name="33" href="#33" id="33">33</a>      <em class="jxr_comment">/*</em>
+<a name="34" href="#34" id="34">34</a>  <em class="jxr_comment">     * (non-Javadoc)</em>
+<a name="35" href="#35" id="35">35</a>  <em class="jxr_comment">     * </em>
+<a name="36" href="#36" id="36">36</a>  <em class="jxr_comment">     * @see org.apache.oodt.xmlps.queryparser.Literal#evaluate()</em>
+<a name="37" href="#37" id="37">37</a>  <em class="jxr_comment">     */</em>
+<a name="38" href="#38" id="38">38</a>      @Override
+<a name="39" href="#39" id="39">39</a>      <strong class="jxr_keyword">public</strong> String evaluate() {
+<a name="40" href="#40" id="40">40</a>          <strong class="jxr_keyword">return</strong> <span class="jxr_string">"%"</span> + val + <span class="jxr_string">"%"</span>;
+<a name="41" href="#41" id="41">41</a>      }
+<a name="42" href="#42" id="42">42</a>  
+<a name="43" href="#43" id="43">43</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/package-frame.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/package-frame.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/package-frame.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,56 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>Apache OODT 0.1-incubating Reference Package org.apache.oodt.xmlps.queryparser</title><link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /></head><body>&#13;
+&#13;
+		<h3>&#13;
+        	<a href="package-summary.html" target="classFrame">org.apache.oodt.xmlps.queryparser</a>&#13;
+      	</h3>&#13;
+&#13;
+      	<h3>Classes</h3>&#13;
+&#13;
+      	<ul><li>&#13;
+            	<a href="AndExpression.html" target="classFrame">AndExpression</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="ContainsExpression.html" target="classFrame">ContainsExpression</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="EqualsExpression.html" target="classFrame">EqualsExpression</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="Expression.html" target="classFrame">Expression</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="GreaterThanEqualsExpression.html" target="classFrame">GreaterThanEqualsExpression</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="GreaterThanExpression.html" target="classFrame">GreaterThanExpression</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="HandlerQueryParser.html" target="classFrame">HandlerQueryParser</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="LessThanEqualsExpression.html" target="classFrame">LessThanEqualsExpression</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="LessThanExpression.html" target="classFrame">LessThanExpression</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="Literal.html" target="classFrame">Literal</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="LogOpExpression.html" target="classFrame">LogOpExpression</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="OrExpression.html" target="classFrame">OrExpression</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="ParseConstants.html" target="classFrame">ParseConstants</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="RelOpExpression.html" target="classFrame">RelOpExpression</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="WildcardLiteral.html" target="classFrame">WildcardLiteral</a>&#13;
+          	</li>&#13;
+          	      	</ul></body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/package-summary.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/package-summary.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/queryparser/package-summary.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,83 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>Apache OODT 0.1-incubating Reference Package org.apache.oodt.xmlps.queryparser</title><link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /></head><body>&#13;
+		      	<div class="overview">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../overview-summary.html">Overview</a>&#13;
+          		</li>&#13;
+          		<li class="selected">Package</li>&#13;
+        	</ul></div>&#13;
+      	<div class="framenoframe">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../index.html" target="_top">FRAMES</a>&#13;
+          		</li>&#13;
+          		<li>&#13;
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>&#13;
+          		</li>&#13;
+        	</ul></div>&#13;
+		&#13;
+		      	<h2>Package org.apache.oodt.xmlps.queryparser</h2>&#13;
+&#13;
+		<table class="summary"><thead><tr><th>Class Summary</th>&#13;
+          		</tr></thead><tbody><tr><td>&#13;
+                		<a href="AndExpression.html" target="classFrame">AndExpression</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="ContainsExpression.html" target="classFrame">ContainsExpression</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="EqualsExpression.html" target="classFrame">EqualsExpression</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="Expression.html" target="classFrame">Expression</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="GreaterThanEqualsExpression.html" target="classFrame">GreaterThanEqualsExpression</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="GreaterThanExpression.html" target="classFrame">GreaterThanExpression</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="HandlerQueryParser.html" target="classFrame">HandlerQueryParser</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="LessThanEqualsExpression.html" target="classFrame">LessThanEqualsExpression</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="LessThanExpression.html" target="classFrame">LessThanExpression</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="Literal.html" target="classFrame">Literal</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="LogOpExpression.html" target="classFrame">LogOpExpression</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="OrExpression.html" target="classFrame">OrExpression</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="ParseConstants.html" target="classFrame">ParseConstants</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="RelOpExpression.html" target="classFrame">RelOpExpression</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="WildcardLiteral.html" target="classFrame">WildcardLiteral</a>&#13;
+              		</td>&#13;
+            	</tr></tbody></table><div class="overview">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../overview-summary.html">Overview</a>&#13;
+          		</li>&#13;
+          		<li class="selected">Package</li>&#13;
+        	</ul></div>&#13;
+      	<div class="framenoframe">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../index.html" target="_top">FRAMES</a>&#13;
+          		</li>&#13;
+          		<li>&#13;
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>&#13;
+          		</li>&#13;
+        	</ul></div>&#13;
+				<hr />&#13;
+		Copyright © 1999-2010 Apache Incubator. All Rights Reserved.&#13;
+	</body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDEResult.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDEResult.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDEResult.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDEResult.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,99 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>CDEResult xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/xmlps/structs/CDEResult.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.xmlps.structs;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_comment">//JDK imports</em>
+<a name="21" href="#21" id="21">21</a>  <strong class="jxr_keyword">import</strong> java.util.Date;
+<a name="22" href="#22" id="22">22</a>  <strong class="jxr_keyword">import</strong> java.util.Iterator;
+<a name="23" href="#23" id="23">23</a>  <strong class="jxr_keyword">import</strong> java.util.List;
+<a name="24" href="#24" id="24">24</a>  <strong class="jxr_keyword">import</strong> java.util.Vector;
+<a name="25" href="#25" id="25">25</a>  
+<a name="26" href="#26" id="26">26</a>  <em class="jxr_comment">//OODT imports</em>
+<a name="27" href="#27" id="27">27</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.commons.util.DateConvert;
+<a name="28" href="#28" id="28">28</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.xmlquery.Result;
+<a name="29" href="#29" id="29">29</a>  
+<a name="30" href="#30" id="30">30</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="31" href="#31" id="31">31</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="32" href="#32" id="32">32</a>  <em class="jxr_javadoccomment"> * &lt;p&gt;</em>
+<a name="33" href="#33" id="33">33</a>  <em class="jxr_javadoccomment"> * A {@link List} of {@link CDERow}s returned from a query against a</em>
+<a name="34" href="#34" id="34">34</a>  <em class="jxr_javadoccomment"> * Product Server.</em>
+<a name="35" href="#35" id="35">35</a>  <em class="jxr_javadoccomment"> * &lt;/p&gt;.</em>
+<a name="36" href="#36" id="36">36</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="37" href="#37" id="37">37</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/oodt/xmlps/structs/CDEResult.html">CDEResult</a> {
+<a name="38" href="#38" id="38">38</a>  
+<a name="39" href="#39" id="39">39</a>      <strong class="jxr_keyword">private</strong> List&lt;CDERow&gt; rows;
+<a name="40" href="#40" id="40">40</a>  
+<a name="41" href="#41" id="41">41</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ROW_TERMINATOR = <span class="jxr_string">"$"</span>;
+<a name="42" href="#42" id="42">42</a>  
+<a name="43" href="#43" id="43">43</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/structs/CDEResult.html">CDEResult</a>() {
+<a name="44" href="#44" id="44">44</a>          rows = <strong class="jxr_keyword">new</strong> Vector&lt;CDERow&gt;();
+<a name="45" href="#45" id="45">45</a>      }
+<a name="46" href="#46" id="46">46</a>  
+<a name="47" href="#47" id="47">47</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlquery/Result.html">Result</a> toResult() {
+<a name="48" href="#48" id="48">48</a>          String strVal = toString();
+<a name="49" href="#49" id="49">49</a>          <strong class="jxr_keyword">if</strong> (strVal == <strong class="jxr_keyword">null</strong> || (strVal != <strong class="jxr_keyword">null</strong> &amp;&amp; strVal.equals(<span class="jxr_string">""</span>))) {
+<a name="50" href="#50" id="50">50</a>              <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
+<a name="51" href="#51" id="51">51</a>          }
+<a name="52" href="#52" id="52">52</a>  
+<a name="53" href="#53" id="53">53</a>          <a href="../../../../../org/apache/oodt/xmlquery/Result.html">Result</a> r = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/oodt/xmlquery/Result.html">Result</a>();
+<a name="54" href="#54" id="54">54</a>          r.setID(DateConvert.isoFormat(<strong class="jxr_keyword">new</strong> Date()));
+<a name="55" href="#55" id="55">55</a>          r.setMimeType(<span class="jxr_string">"text/plain"</span>);
+<a name="56" href="#56" id="56">56</a>          r.setResourceID(<span class="jxr_string">"UNKNOWN"</span>);
+<a name="57" href="#57" id="57">57</a>          r.setValue(toString());
+<a name="58" href="#58" id="58">58</a>          <strong class="jxr_keyword">return</strong> r;
+<a name="59" href="#59" id="59">59</a>      }
+<a name="60" href="#60" id="60">60</a>  
+<a name="61" href="#61" id="61">61</a>      <strong class="jxr_keyword">public</strong> String toString() {
+<a name="62" href="#62" id="62">62</a>          StringBuffer rStr = <strong class="jxr_keyword">new</strong> StringBuffer();
+<a name="63" href="#63" id="63">63</a>          <strong class="jxr_keyword">if</strong> (rows != <strong class="jxr_keyword">null</strong> &amp;&amp; rows.size() &gt; 0) {
+<a name="64" href="#64" id="64">64</a>              <strong class="jxr_keyword">for</strong> (Iterator&lt;CDERow&gt; i = rows.iterator(); i.hasNext();) {
+<a name="65" href="#65" id="65">65</a>                  <a href="../../../../../org/apache/oodt/xmlps/structs/CDERow.html">CDERow</a> row = i.next();
+<a name="66" href="#66" id="66">66</a>                  rStr.append(row.toString());
+<a name="67" href="#67" id="67">67</a>                  rStr.append(ROW_TERMINATOR);
+<a name="68" href="#68" id="68">68</a>              }
+<a name="69" href="#69" id="69">69</a>  
+<a name="70" href="#70" id="70">70</a>              rStr.deleteCharAt(rStr.length() - 1);
+<a name="71" href="#71" id="71">71</a>          }
+<a name="72" href="#72" id="72">72</a>  
+<a name="73" href="#73" id="73">73</a>          <strong class="jxr_keyword">return</strong> rStr.toString();
+<a name="74" href="#74" id="74">74</a>  
+<a name="75" href="#75" id="75">75</a>      }
+<a name="76" href="#76" id="76">76</a>  
+<a name="77" href="#77" id="77">77</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="78" href="#78" id="78">78</a>  <em class="jxr_javadoccomment">     * @return the rows</em>
+<a name="79" href="#79" id="79">79</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="80" href="#80" id="80">80</a>      <strong class="jxr_keyword">public</strong> List&lt;CDERow&gt; getRows() {
+<a name="81" href="#81" id="81">81</a>          <strong class="jxr_keyword">return</strong> rows;
+<a name="82" href="#82" id="82">82</a>      }
+<a name="83" href="#83" id="83">83</a>  
+<a name="84" href="#84" id="84">84</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="85" href="#85" id="85">85</a>  <em class="jxr_javadoccomment">     * @param rows</em>
+<a name="86" href="#86" id="86">86</a>  <em class="jxr_javadoccomment">     *            the rows to set</em>
+<a name="87" href="#87" id="87">87</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="88" href="#88" id="88">88</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setRows(List&lt;CDERow&gt; rows) {
+<a name="89" href="#89" id="89">89</a>          <strong class="jxr_keyword">this</strong>.rows = rows;
+<a name="90" href="#90" id="90">90</a>      }
+<a name="91" href="#91" id="91">91</a>  
+<a name="92" href="#92" id="92">92</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDERow.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDERow.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDERow.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDERow.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,79 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>CDERow xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/xmlps/structs/CDERow.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.xmlps.structs;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_comment">//JDK imports</em>
+<a name="21" href="#21" id="21">21</a>  <strong class="jxr_keyword">import</strong> java.util.Iterator;
+<a name="22" href="#22" id="22">22</a>  <strong class="jxr_keyword">import</strong> java.util.List;
+<a name="23" href="#23" id="23">23</a>  <strong class="jxr_keyword">import</strong> java.util.Vector;
+<a name="24" href="#24" id="24">24</a>  
+<a name="25" href="#25" id="25">25</a>  
+<a name="26" href="#26" id="26">26</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="27" href="#27" id="27">27</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="28" href="#28" id="28">28</a>  <em class="jxr_javadoccomment"> * &lt;p&gt;</em>
+<a name="29" href="#29" id="29">29</a>  <em class="jxr_javadoccomment"> * A row of {@link CDEValue}s, returned</em>
+<a name="30" href="#30" id="30">30</a>  <em class="jxr_javadoccomment"> * from a query against a Product Server.</em>
+<a name="31" href="#31" id="31">31</a>  <em class="jxr_javadoccomment"> * &lt;/p&gt;.</em>
+<a name="32" href="#32" id="32">32</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="33" href="#33" id="33">33</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/oodt/xmlps/structs/CDERow.html">CDERow</a> {
+<a name="34" href="#34" id="34">34</a>  
+<a name="35" href="#35" id="35">35</a>      <strong class="jxr_keyword">private</strong> List&lt;CDEValue&gt; vals;
+<a name="36" href="#36" id="36">36</a>      
+<a name="37" href="#37" id="37">37</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String COL_SEPARATOR = <span class="jxr_string">"\t"</span>;
+<a name="38" href="#38" id="38">38</a>  
+<a name="39" href="#39" id="39">39</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/structs/CDERow.html">CDERow</a>() {
+<a name="40" href="#40" id="40">40</a>          vals = <strong class="jxr_keyword">new</strong> Vector&lt;CDEValue&gt;();
+<a name="41" href="#41" id="41">41</a>      }
+<a name="42" href="#42" id="42">42</a>  
+<a name="43" href="#43" id="43">43</a>      <strong class="jxr_keyword">public</strong> String toString() {
+<a name="44" href="#44" id="44">44</a>          StringBuffer rStr = <strong class="jxr_keyword">new</strong> StringBuffer();
+<a name="45" href="#45" id="45">45</a>          <strong class="jxr_keyword">if</strong> (vals != <strong class="jxr_keyword">null</strong> &amp;&amp; vals.size() &gt; 0) {
+<a name="46" href="#46" id="46">46</a>              <strong class="jxr_keyword">for</strong> (Iterator&lt;CDEValue&gt; i = vals.iterator(); i.hasNext();) {
+<a name="47" href="#47" id="47">47</a>                  <a href="../../../../../org/apache/oodt/xmlps/structs/CDEValue.html">CDEValue</a> v = i.next();
+<a name="48" href="#48" id="48">48</a>                  rStr.append(v.getVal() + COL_SEPARATOR);
+<a name="49" href="#49" id="49">49</a>              }
+<a name="50" href="#50" id="50">50</a>  
+<a name="51" href="#51" id="51">51</a>              rStr.deleteCharAt(rStr.length() - 1);
+<a name="52" href="#52" id="52">52</a>          }
+<a name="53" href="#53" id="53">53</a>  
+<a name="54" href="#54" id="54">54</a>          <strong class="jxr_keyword">return</strong> rStr.toString();
+<a name="55" href="#55" id="55">55</a>      }
+<a name="56" href="#56" id="56">56</a>  
+<a name="57" href="#57" id="57">57</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="58" href="#58" id="58">58</a>  <em class="jxr_javadoccomment">     * @return the vals</em>
+<a name="59" href="#59" id="59">59</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="60" href="#60" id="60">60</a>      <strong class="jxr_keyword">public</strong> List&lt;CDEValue&gt; getVals() {
+<a name="61" href="#61" id="61">61</a>          <strong class="jxr_keyword">return</strong> vals;
+<a name="62" href="#62" id="62">62</a>      }
+<a name="63" href="#63" id="63">63</a>  
+<a name="64" href="#64" id="64">64</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="65" href="#65" id="65">65</a>  <em class="jxr_javadoccomment">     * @param vals</em>
+<a name="66" href="#66" id="66">66</a>  <em class="jxr_javadoccomment">     *            the vals to set</em>
+<a name="67" href="#67" id="67">67</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="68" href="#68" id="68">68</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setVals(List&lt;CDEValue&gt; vals) {
+<a name="69" href="#69" id="69">69</a>          <strong class="jxr_keyword">this</strong>.vals = vals;
+<a name="70" href="#70" id="70">70</a>      }
+<a name="71" href="#71" id="71">71</a>  
+<a name="72" href="#72" id="72">72</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDEValue.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDEValue.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDEValue.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/CDEValue.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,81 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>CDEValue xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/xmlps/structs/CDEValue.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.xmlps.structs;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="21" href="#21" id="21">21</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="22" href="#22" id="22">22</a>  <em class="jxr_javadoccomment"> * &lt;p&gt;</em>
+<a name="23" href="#23" id="23">23</a>  <em class="jxr_javadoccomment"> * A cde name and a value returned from a query against a Product Server</em>
+<a name="24" href="#24" id="24">24</a>  <em class="jxr_javadoccomment"> * &lt;/p&gt;.</em>
+<a name="25" href="#25" id="25">25</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="26" href="#26" id="26">26</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/oodt/xmlps/structs/CDEValue.html">CDEValue</a> {
+<a name="27" href="#27" id="27">27</a>  
+<a name="28" href="#28" id="28">28</a>      <strong class="jxr_keyword">private</strong> String cdeName;
+<a name="29" href="#29" id="29">29</a>  
+<a name="30" href="#30" id="30">30</a>      <strong class="jxr_keyword">private</strong> String val;
+<a name="31" href="#31" id="31">31</a>  
+<a name="32" href="#32" id="32">32</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/structs/CDEValue.html">CDEValue</a>() {
+<a name="33" href="#33" id="33">33</a>  
+<a name="34" href="#34" id="34">34</a>      }
+<a name="35" href="#35" id="35">35</a>  
+<a name="36" href="#36" id="36">36</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/xmlps/structs/CDEValue.html">CDEValue</a>(String cdeName, String val) {
+<a name="37" href="#37" id="37">37</a>          <strong class="jxr_keyword">this</strong>.cdeName = cdeName;
+<a name="38" href="#38" id="38">38</a>          <strong class="jxr_keyword">this</strong>.val = val;
+<a name="39" href="#39" id="39">39</a>      }
+<a name="40" href="#40" id="40">40</a>  
+<a name="41" href="#41" id="41">41</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="42" href="#42" id="42">42</a>  <em class="jxr_javadoccomment">     * @return the cdeName</em>
+<a name="43" href="#43" id="43">43</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="44" href="#44" id="44">44</a>      <strong class="jxr_keyword">public</strong> String getCdeName() {
+<a name="45" href="#45" id="45">45</a>          <strong class="jxr_keyword">return</strong> cdeName;
+<a name="46" href="#46" id="46">46</a>      }
+<a name="47" href="#47" id="47">47</a>  
+<a name="48" href="#48" id="48">48</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="49" href="#49" id="49">49</a>  <em class="jxr_javadoccomment">     * @param cdeName</em>
+<a name="50" href="#50" id="50">50</a>  <em class="jxr_javadoccomment">     *            the cdeName to set</em>
+<a name="51" href="#51" id="51">51</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="52" href="#52" id="52">52</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setCdeName(String cdeName) {
+<a name="53" href="#53" id="53">53</a>          <strong class="jxr_keyword">this</strong>.cdeName = cdeName;
+<a name="54" href="#54" id="54">54</a>      }
+<a name="55" href="#55" id="55">55</a>  
+<a name="56" href="#56" id="56">56</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="57" href="#57" id="57">57</a>  <em class="jxr_javadoccomment">     * @return the val</em>
+<a name="58" href="#58" id="58">58</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="59" href="#59" id="59">59</a>      <strong class="jxr_keyword">public</strong> String getVal() {
+<a name="60" href="#60" id="60">60</a>          <strong class="jxr_keyword">return</strong> val;
+<a name="61" href="#61" id="61">61</a>      }
+<a name="62" href="#62" id="62">62</a>  
+<a name="63" href="#63" id="63">63</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="64" href="#64" id="64">64</a>  <em class="jxr_javadoccomment">     * @param val</em>
+<a name="65" href="#65" id="65">65</a>  <em class="jxr_javadoccomment">     *            the val to set</em>
+<a name="66" href="#66" id="66">66</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="67" href="#67" id="67">67</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setVal(String val) {
+<a name="68" href="#68" id="68">68</a>          <strong class="jxr_keyword">this</strong>.val = val;
+<a name="69" href="#69" id="69">69</a>      }
+<a name="70" href="#70" id="70">70</a>  
+<a name="71" href="#71" id="71">71</a>      <strong class="jxr_keyword">public</strong> String toString(){
+<a name="72" href="#72" id="72">72</a>          <strong class="jxr_keyword">return</strong> <span class="jxr_string">"[cdeName="</span>+<strong class="jxr_keyword">this</strong>.cdeName+<span class="jxr_string">",val="</span>+<strong class="jxr_keyword">this</strong>.val+<span class="jxr_string">"]"</span>;
+<a name="73" href="#73" id="73">73</a>      }
+<a name="74" href="#74" id="74">74</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/package-frame.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/package-frame.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/package-frame.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>Apache OODT 0.1-incubating Reference Package org.apache.oodt.xmlps.structs</title><link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /></head><body>&#13;
+&#13;
+		<h3>&#13;
+        	<a href="package-summary.html" target="classFrame">org.apache.oodt.xmlps.structs</a>&#13;
+      	</h3>&#13;
+&#13;
+      	<h3>Classes</h3>&#13;
+&#13;
+      	<ul><li>&#13;
+            	<a href="CDEResult.html" target="classFrame">CDEResult</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="CDERow.html" target="classFrame">CDERow</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="CDEValue.html" target="classFrame">CDEValue</a>&#13;
+          	</li>&#13;
+          	      	</ul></body></html>
\ No newline at end of file

Added: incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/package-summary.html?rev=1000710&view=auto
==============================================================================
--- incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/package-summary.html (added)
+++ incubator/oodt/site/components/maven/xref/org/apache/oodt/xmlps/structs/package-summary.html Fri Sep 24 05:09:48 2010
@@ -0,0 +1,47 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>Apache OODT 0.1-incubating Reference Package org.apache.oodt.xmlps.structs</title><link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /></head><body>&#13;
+		      	<div class="overview">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../overview-summary.html">Overview</a>&#13;
+          		</li>&#13;
+          		<li class="selected">Package</li>&#13;
+        	</ul></div>&#13;
+      	<div class="framenoframe">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../index.html" target="_top">FRAMES</a>&#13;
+          		</li>&#13;
+          		<li>&#13;
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>&#13;
+          		</li>&#13;
+        	</ul></div>&#13;
+		&#13;
+		      	<h2>Package org.apache.oodt.xmlps.structs</h2>&#13;
+&#13;
+		<table class="summary"><thead><tr><th>Class Summary</th>&#13;
+          		</tr></thead><tbody><tr><td>&#13;
+                		<a href="CDEResult.html" target="classFrame">CDEResult</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="CDERow.html" target="classFrame">CDERow</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="CDEValue.html" target="classFrame">CDEValue</a>&#13;
+              		</td>&#13;
+            	</tr></tbody></table><div class="overview">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../overview-summary.html">Overview</a>&#13;
+          		</li>&#13;
+          		<li class="selected">Package</li>&#13;
+        	</ul></div>&#13;
+      	<div class="framenoframe">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../index.html" target="_top">FRAMES</a>&#13;
+          		</li>&#13;
+          		<li>&#13;
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>&#13;
+          		</li>&#13;
+        	</ul></div>&#13;
+				<hr />&#13;
+		Copyright © 1999-2010 Apache Incubator. All Rights Reserved.&#13;
+	</body></html>
\ No newline at end of file