net.sf.saxon.functions

Class SystemProperty

public class SystemProperty extends SystemFunction implements XSLTFunction

Method Summary
voidcheckArguments(StaticContext env)
ItemevaluateItem(XPathContext context)
Evaluate the function at run-time
static StringgetProperty(String uri, String local, Configuration config)
Here's the real code:
ExpressionpreEvaluate(StaticContext env)
preEvaluate: this method performs compile-time evaluation

Method Detail

checkArguments

public void checkArguments(StaticContext env)

evaluateItem

public Item evaluateItem(XPathContext context)
Evaluate the function at run-time

getProperty

public static String getProperty(String uri, String local, Configuration config)
Here's the real code:

preEvaluate

public Expression preEvaluate(StaticContext env)
preEvaluate: this method performs compile-time evaluation