com.icl.saxon.sort
public class SortKeyDefinition extends Object
Method Summary | |
---|---|
void | bindComparer()
If possible, use the same comparer every time |
Expression | getCaseOrder() |
Comparer | getComparer(Context context)
Get a Comparer which can be used to compare two values according to this sort key. |
Expression | getDataType() |
Expression | getLanguage() |
Expression | getOrder() |
Expression | getSortKey() |
void | setCaseOrder(Expression exp)
Set the case order. |
void | setDataType(Expression exp)
Set the data type. |
void | setLanguage(Expression exp)
Set the language. |
void | setOrder(Expression exp)
Set the order. |
void | setSortKey(Expression exp)
Set the expression used as the sort key |
void | setStaticContext(StaticContext sc)
Set the static context. |