lux.xquery
Class SortKey
java.lang.Object
lux.xquery.SortKey
public class SortKey
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortKey
public SortKey(AbstractExpression key,
LiteralExpression order,
AbstractExpression collation,
boolean emptyLeast)
- Create a sort key; part of a for clause in a flwor expression
- Parameters:
key - the key to sort byorder - ascending or descendingcollation - implementation-definedemptyLeast -
toString
public void toString(StringBuilder buf)
getKey
public AbstractExpression getKey()
getOrder
public LiteralExpression getOrder()
getCollation
public AbstractExpression getCollation()
isEmptyLeast
public boolean isEmptyLeast()
Copyright © 2013. All Rights Reserved.