Rolling
[cql-java-moved-to-github.git] / src / org / z3950 / zing / cql / CQLGenerator.java
index c0f05ce..2ff3b76 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: CQLGenerator.java,v 1.4 2002-11-06 00:05:58 mike Exp $
+// $Id: CQLGenerator.java,v 1.6 2007-06-06 15:13:41 mike Exp $
 
 package org.z3950.zing.cql;
 import java.util.Properties;
@@ -18,11 +18,11 @@ import java.io.FileNotFoundException;
  * the parser of your choice, and check that the XCQL it comes up with
  * is the same what you got from your initial rendering.
  * <P>
- * This code is based on the grammar in the <TT>Grammar</TT> file of
+ * This code is based on the same grammar as the <TT>CQLParser</TT> class in
  * this distribution - there is a <TT>generate_<I>x</I>()</TT> method
  * for each grammar element <I>X</I>.
  *
- * @version    $Id: CQLGenerator.java,v 1.4 2002-11-06 00:05:58 mike Exp $
+ * @version    $Id: CQLGenerator.java,v 1.6 2007-06-06 15:13:41 mike Exp $
  * @see                <A href="http://zing.z3950.org/cql/index.html"
  *                     >http://zing.z3950.org/cql/index.html</A>
  */
@@ -136,6 +136,7 @@ public class CQLGenerator {
 
        CQLNode node1 = generate_cql_query();
        CQLNode node2 = generate_search_clause();
+       // ### should generate prefix-mapping nodes
        if (maybe("proxOp")) {
            // ### generate proximity nodes
        } else {