Package net.sf.saxon.functions
Interface ArityZeroFunction
- All Known Implementing Classes:
DynamicContextAccessor,DynamicContextAccessor.CurrentDate,DynamicContextAccessor.CurrentDateTime,DynamicContextAccessor.CurrentTime,DynamicContextAccessor.DefaultLanguage,DynamicContextAccessor.ImplicitTimezone
public interface ArityZeroFunction
-
Method Summary
-
Method Details
-
call0
Call a function with no arguments- Parameters:
context- the dynamic evaluation context- Returns:
- the result of the function call
- Throws:
XPathException- if the call fails with a dynamic error
-