net.sf.saxon.functions
public class SystemProperty extends SystemFunction implements XSLTFunction
Method Summary | |
---|---|
void | checkArguments(StaticContext env) |
Item | evaluateItem(XPathContext context)
Evaluate the function at run-time |
static String | getProperty(String uri, String local, Configuration config)
Here's the real code: |
Expression | preEvaluate(StaticContext env)
preEvaluate: this method performs compile-time evaluation |