Class AnyFunctionTypeWithAssertions

java.lang.Object
net.sf.saxon.type.AnyFunctionType
net.sf.saxon.type.AnyFunctionTypeWithAssertions
All Implemented Interfaces:
FunctionItemType, ItemType

public class AnyFunctionTypeWithAssertions extends AnyFunctionType
The item type function(*) when it is preceded by one or more annotation assertions
  • Constructor Details

    • AnyFunctionTypeWithAssertions

      public AnyFunctionTypeWithAssertions(AnnotationList assertions, Configuration config)
      Construct an item type representing the item type function(*) with a list of annotation assertions
      Parameters:
      assertions - the annotation assertions
  • Method Details