net.sf.saxon.functions
Class DefaultCollation
java.lang.Object
net.sf.saxon.expr.ComputedExpression
net.sf.saxon.expr.FunctionCall
net.sf.saxon.functions.SystemFunction
net.sf.saxon.functions.CompileTimeFunction
net.sf.saxon.functions.DefaultCollation
- All Implemented Interfaces:
- Serializable, Expression
public class DefaultCollation
- extends CompileTimeFunction
Implement the XPath 2.0 default-collation() function
- See Also:
- Serialized Form
Methods inherited from class net.sf.saxon.functions.SystemFunction |
addContextDocumentArgument, checkArguments, computeCardinality, display, getDetails, getItemType, getName, getRequiredType, main, makeSystemFunction, useContextItemAsDefault |
Methods inherited from class net.sf.saxon.expr.ComputedExpression |
computeDependencies, computeSpecialProperties, computeStaticProperties, dynamicError, effectiveBooleanValue, evaluateAsString, getCardinality, getDependencies, getIntrinsicDependencies, getLineNumber, getSpecialProperties, markTailFunctionCalls, setLineNumber, typeError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCollation
public DefaultCollation()
preEvaluate
public Expression preEvaluate(StaticContext env)
throws XPathException
- Pre-evaluate the function
- Overrides:
preEvaluate
in class CompileTimeFunction
- Throws:
XPathException