net.sf.saxon.functions

Class Unordered

public class Unordered extends CompileTimeFunction

XPath 2.0 unordered() function
Method Summary
Expressionoptimizer(Optimizer opt, StaticContext env, ItemType contextItemType)
ExpressionpreEvaluate(StaticContext env)
preEvaluate: called if the argument is constant
ExpressiontypeCheck(StaticContext env, ItemType contextItemType)

Method Detail

optimizer

public Expression optimizer(Optimizer opt, StaticContext env, ItemType contextItemType)

preEvaluate

public Expression preEvaluate(StaticContext env)
preEvaluate: called if the argument is constant

typeCheck

public Expression typeCheck(StaticContext env, ItemType contextItemType)