com.icl.saxon.sort
Class Compare_en
A Comparer used with lang="en". Note this only does anything intelligent with characters
in ISO 8859/1, which are mapped to their unaccented equivalents
int | compare(Object a, Object b) - Compare two string objects, in three phases:
(a) ignoring accents and case
(b) if still equal, ignoring case
(c) if still equal, taking case into account
|
Comparer | setCaseOrder(int caseOrder)
|
compare
public int compare(Object a,
Object b)
Compare two string objects, in three phases:
(a) ignoring accents and case
(b) if still equal, ignoring case
(c) if still equal, taking case into account
- compare in interface Comparer
- <0 if a0 if a>b