net.sf.saxon.functions
public class Idref extends SystemFunction
Method Summary | |
---|---|
void | checkArguments(StaticContext env) |
int | computeSpecialProperties()
Get the static properties of this expression (other than its type). |
SequenceIterator | iterate(XPathContext context)
Enumerate the results of the expression |
Expression | preEvaluate(StaticContext env)
preEvaluate: this method suppresses compile-time evaluation by doing nothing |
Expression | simplify(StaticContext env)
Simplify: add a second implicit argument, the context document |