com.icl.saxon.functions
public class SystemProperty extends Function
| Method Summary | |
|---|---|
| Value | evaluate(Context context)
Evaluate the function |
| int | getDataType()
Determine the data type of the expression |
| int | getDependencies()
Get dependencies |
| String | getName() |
| static Value | getProperty(String uri, String local)
Here's the real code: |
| Expression | reduce(int dep, Context c)
Remove dependencies |
| Expression | simplify()
Validate and simplify |
Returns: Value.ANY (meaning not known in advance)