Class ConstantFunction0

All Implemented Interfaces:
Named

public class ConstantFunction0 extends Procedure0
A 0-argument function that returns a constant value. Used for false() and true() in XQuery.
  • Constructor Details

    • ConstantFunction0

      public ConstantFunction0(String name, Object value)
    • ConstantFunction0

      public ConstantFunction0(String name, QuoteExp constant)
  • Method Details