New method parseTopLevelPrefixes() handles both initial prefixes and a
authormike <mike>
Tue, 3 Jul 2007 13:34:30 +0000 (13:34 +0000)
committermike <mike>
Tue, 3 Jul 2007 13:34:30 +0000 (13:34 +0000)
commit4eb901c2c0122b303564fd6c14f6294be1a00251
tree9b7e79a192b3044b233625e4a77fb4996089600e
parentd2a5744a801ffac836655b9c8c6322a962257be0
New method parseTopLevelPrefixes() handles both initial prefixes and a
sortby clause if any.
parseQuery() breaks on SORTBY as well as ")" and EOF.
parsePrefix() now takes an additional boolean argument topLevel: if
true, then recursion is to parseTopLevelPrefixes() rather than
parseQuery().
src/org/z3950/zing/cql/CQLParser.java