|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.icl.saxon.sort.Comparer com.icl.saxon.sort.TextComparer
A Comparer used for comparing text keys
Field Summary | |
static int |
DEFAULT_CASE_ORDER
|
static int |
LOWERCASE_FIRST
|
static int |
UPPERCASE_FIRST
|
Constructor Summary | |
TextComparer()
|
Method Summary | |
Comparer |
setCaseOrder(int caseOrder)
Set case order |
Methods inherited from class com.icl.saxon.sort.Comparer |
compare, setDataType, setOrder |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DEFAULT_CASE_ORDER
public static final int LOWERCASE_FIRST
public static final int UPPERCASE_FIRST
Constructor Detail |
public TextComparer()
Method Detail |
public Comparer setCaseOrder(int caseOrder)
caseOrder
- one of DEFAULT_CASE_ORDER, LOWERCASE_FIRST, or UPPERCASE_FIRST.
Indicates whether upper case letters precede or follow lower case letters in the ordering
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |