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)
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().


No differences found