Package com.xmlcalabash.functions
Class DocumentPropertiesFunction
-
- All Implemented Interfaces:
public final class DocumentPropertiesFunction extends ExtensionFunctionDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
DocumentPropertiesFunction.DocPropImpl
-
Constructor Summary
Constructors Constructor Description DocumentPropertiesFunction(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
-
DocumentPropertiesFunction
DocumentPropertiesFunction(SaxonConfiguration config)
-
-
Method Detail
-
getFunctionQName
StructuredQName getFunctionQName()
-
getArgumentTypes
Array<SequenceType> getArgumentTypes()
-
getResultType
SequenceType getResultType(Array<out SequenceType> suppliedArgumentTypes)
-
makeCallExpression
ExtensionFunctionCall makeCallExpression()
-
-
-
-