public class Sort extends GeneralFilterFunction
The first argument is a sequence S, the second a function F (defaulting to fn:data). The function returns the item or items I in the input sequence S sorted on the result of F(I). It is not possible to specify a collation; the default collation is used when comparing strings.
GeneralFilterFunction.GeneralFilterFunctionCall
Constructor and Description |
---|
Sort() |
Modifier and Type | Method and Description |
---|---|
StructuredQName |
getFunctionQName()
Get the function name, as a QName
|
ExtensionFunctionCall |
makeCallExpression()
Create a call on this function.
|
getArgumentTypes, getMaximumNumberOfArguments, getMinimumNumberOfArguments, getResultType
dependsOnFocus, hasSideEffects, trustResultType
public StructuredQName getFunctionQName()
getFunctionQName
in class ExtensionFunctionDefinition
public ExtensionFunctionCall makeCallExpression()
makeCallExpression
in class ExtensionFunctionDefinition
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.