Package com.xmlcalabash.functions
Class ErrorFunction
-
- All Implemented Interfaces:
public final class ErrorFunction extends ExtensionFunctionDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ErrorFunction.ErrorImpl
-
Constructor Summary
Constructors Constructor Description ErrorFunction(SaxonConfiguration config)
-
Method Summary
Modifier and Type Method Description StructuredQName
getFunctionQName()
Array<SequenceType>
getArgumentTypes()
Integer
getMinimumNumberOfArguments()
Integer
getMaximumNumberOfArguments()
SequenceType
getResultType(Array<out SequenceType> suppliedArgumentTypes)
ExtensionFunctionCall
makeCallExpression()
-
-
Constructor Detail
-
ErrorFunction
ErrorFunction(SaxonConfiguration config)
-
-
Method Detail
-
getFunctionQName
StructuredQName getFunctionQName()
-
getArgumentTypes
Array<SequenceType> getArgumentTypes()
-
getMinimumNumberOfArguments
Integer getMinimumNumberOfArguments()
-
getMaximumNumberOfArguments
Integer getMaximumNumberOfArguments()
-
getResultType
SequenceType getResultType(Array<out SequenceType> suppliedArgumentTypes)
-
makeCallExpression
ExtensionFunctionCall makeCallExpression()
-
-
-
-