public class SortKeyDefinition
extends java.lang.Object
Constructor | Description |
---|---|
SortKeyDefinition() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
public void setSortKey(Expression exp)
public void setOrder(Expression exp)
public void setDataType(Expression exp)
public void setCaseOrder(Expression exp)
public void setLanguage(Expression exp)
public void setStaticContext(StaticContext sc)
public Expression getSortKey()
public Expression getOrder()
public Expression getDataType()
public Expression getCaseOrder()
public Expression getLanguage()
public void bindComparer() throws XPathException
XPathException
public Comparer getComparer(Context context) throws XPathException
XPathException