public class DistinctValues extends CollatingFunctionFixed
| Modifier and Type | Class and Description |
|---|---|
static class |
DistinctValues.DistinctIterator
Iterator class to return the distinct values in a sequence
|
| Constructor and Description |
|---|
DistinctValues() |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
call(XPathContext context,
Sequence[] arguments)
Invoke the function
|
DistinctValuesAdjunct |
getStreamingAdjunct()
Get a class that supports streamed evaluation of this expression
|
exportAttributes, getAtomicComparer, getPreAllocatedAtomicComparer, getStringCollator, importAttributes, preAllocateComparer, setCollationName, setRetainedStaticContextequals, export, getArity, getCardinality, getContextNode, getDescription, getDetails, getErrorCodeForTypeErrors, getExpressionCompiler, getFunctionItemType, getFunctionName, getIntegerBounds, getOperandRoles, getRequiredType, getResultItemType, getResultItemType, getRetainedStaticContext, getSpecialProperties, getStaticBaseUriString, makeCall, makeFunction, makeFunctionCall, makeOptimizedFunctionCall, resultIfEmpty, setArity, setDetails, supplyTypeInformation, typeCheckCalleratomize, deepEquals, effectiveBooleanValue, getStringValue, getStringValueCS, isArray, isMap, optimize, simplify, typeCheckgetLength, head, itemAt, iterate, reduce, subsequenceclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLength, head, itemAt, reduce, subsequencepublic DistinctValuesAdjunct getStreamingAdjunct()
getStreamingAdjunct in class SystemFunctionpublic Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
Functioncontext - the XPath dynamic evaluation contextarguments - the actual arguments to be suppliedXPathException - if a dynamic error occurs within the functionCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.