| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.icl.saxon.sort.Comparer
A Comparer used for comparing keys
| Constructor Summary | |
| Comparer() | |
| Method Summary | |
| abstract  int | compare(java.lang.Object a,
        java.lang.Object b)Compare two objects. | 
|  Comparer | setDataType(Name datatype)Set data type. | 
|  Comparer | setOrder(boolean isAscending)Set order. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Comparer()
| Method Detail | 
public abstract int compare(java.lang.Object a,
                            java.lang.Object b)
java.lang.ClassCastException - if the objects are of the wrong type for this Comparer
public Comparer setDataType(Name datatype)
                     throws org.xml.sax.SAXException
public Comparer setOrder(boolean isAscending)
                  throws org.xml.sax.SAXException
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||