Rename the toType1() method to the more explicit toType1BER()
[cql-java-moved-to-github.git] / src / org / z3950 / zing / cql / CQLTermNode.java
2002-12-11 mikeRename the toType1() method to the more explicit toType...
2002-12-11 mikeAdd Ralph's code into tyType1() to handle srw.resultSet
2002-12-09 mikeSupport srw.resultSet in toPQF(). NOT yet in toType1()
2002-12-09 mikeAdd back the last-in-field anchoring code.
2002-12-06 mikeAdd back the changes to the position attributes.
2002-12-05 mikeIntegrate Ralph's changes.
2002-11-29 mikeSupport Adam's new position configuration elements
2002-11-20 mikeRemove spurious extra indent (was introduced so I could...
2002-11-20 mike - Change the XCQL output to include the nasty and...
2002-11-06 mikeFinish (more or less) to CQL-to-PQF translator.
2002-11-06 mikeTowards 0.2 --
2002-10-31 mikeAll sorts of changes. Generally moving towards first...
2002-10-30 mikeLOTS of changes. Biggies include proper support for...
2002-10-27 mikeFirst more-or-less working version: does terms, boolean...
2002-10-25 mikeFirst semi-working version.
2002-10-25 mikeMake classes public.
2002-10-25 mikeAdd initial version of most of the CQL*Node classes.