XdmModule.ExtensionFunctions PropertyXdmModule.ExtensionFunctions PropertyXdmModule::ExtensionFunctions Property

Gets the set of extension functions specific to XmlPrime.

Syntax

Public Shared ReadOnly Property ExtensionFunctions As XdmModule
        Get
public static XdmModule ExtensionFunctions { get; }
public:
static property XdmModule^ ExtensionFunctions {
    XdmModule^ get();
}
 

Property Value

Type: XmlPrime.XdmModuleXmlPrime.XdmModuleXmlPrime::XdmModule^

An XdmModuleXdmModuleXdmModule containing the XmlPrime extension functions.

Remarks

XmlPrime 0.9 provided a suite of extension functions, as defined in XQuery 1.0 and XPath 2.0 Additional Functions 0.9. Whist many of these functions have been usurped by the functions defined in XQuery30FunctionsXQuery30FunctionsXQuery30Functions, the remaining functions are provided in this module.

This module contains functions with the following signatures:

  • fn:e() as xs:double
  • fn:sinh($arg as xs:double?) as xs:double?
  • fn:cosh($arg as xs:double?) as xs:double?
  • fn:tanh($arg as xs:double?) as xs:double?