Package com.xmlcalabash.functions
Class UrifyFunction
-
- All Implemented Interfaces:
public final class UrifyFunction extends ExtensionFunctionDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
UrifyFunction.UrifyImpl
-
Constructor Summary
Constructors Constructor Description UrifyFunction(SaxonConfiguration config)
-
Method Summary
Modifier and Type Method Description StructuredQName
getFunctionQName()
Array<SequenceType>
getArgumentTypes()
SequenceType
getResultType(Array<out SequenceType> suppliedArgumentTypes)
ExtensionFunctionCall
makeCallExpression()
-
Methods inherited from class net.sf.saxon.lib.ExtensionFunctionDefinition
asFunction, dependsOnFocus, getMaximumNumberOfArguments, getMinimumNumberOfArguments, hasSideEffects, trustResultType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
UrifyFunction
UrifyFunction(SaxonConfiguration config)
-
-
Method Detail
-
getFunctionQName
StructuredQName getFunctionQName()
-
getArgumentTypes
Array<SequenceType> getArgumentTypes()
-
getResultType
SequenceType getResultType(Array<out SequenceType> suppliedArgumentTypes)
-
makeCallExpression
ExtensionFunctionCall makeCallExpression()
-
-
-
-