Class CoercionRequest

java.lang.Object
net.sf.saxon.type.coercion.CoercionRequest

public class CoercionRequest extends Object
A data package collecting together all the information needed when invoking a coercion.
  • Field Details

  • Constructor Details

    • CoercionRequest

      public CoercionRequest(SequenceType knownType, Configuration config, Supplier<RoleDiagnostic> roleSupplier, Location locator)
      Make a coercion request
      Parameters:
      knownType - the item type of the supplied value, to the extent this is known
      config - the Saxon configuration
      roleSupplier - identifies the value to be converted, in error messages
      locator - identifies the location, for error messages