Package-level declarations
Types
Link copied to clipboard
class DocumentTypeFunctionCallValidator<T : OutputValue<*>>(allowedTypes: Iterable<DocumentType>) : FunctionCallValidator<T>
Validator of a function call that checks if the document the function call lies in is of a certain type. If not, an InvalidFunctionCallException is thrown.
Link copied to clipboard
Validator of a function call.