Class DynamicContextAccessor

All Implemented Interfaces:
Callable, FunctionItem, GroundedValue, Item, Sequence
Direct Known Subclasses:
DynamicContextAccessor.CurrentDate, DynamicContextAccessor.CurrentDateTime, DynamicContextAccessor.CurrentTime, DynamicContextAccessor.DefaultLanguage, DynamicContextAccessor.ImplicitTimezone

public abstract class DynamicContextAccessor extends SystemFunction
A DynamicContextAccessor is a function that takes no arguments, but operates implicitly on the dynamic context. In the case of a dynamic call, the context item that is used is the one at the point where the function item is created.
  • Constructor Details

    • DynamicContextAccessor

      public DynamicContextAccessor()
  • Method Details