XdmModule.XsltUseWhenFunctions PropertyXdmModule.XsltUseWhenFunctions PropertyXdmModule::XsltUseWhenFunctions Property

Gets the set of functions in XSLT 2.0 that are not in the XQuery 1.0 and XPath 2.0 function library.

Syntax

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

Property Value

Type: XmlPrime.XdmModuleXmlPrime.XdmModuleXmlPrime::XdmModule^

An XdmModuleXdmModuleXdmModule containing the XQuery 1.1 functions.

Remarks

This library is intended to be used in addition to the standard functions supplied by XQuery 1.0 and XPath 2.0, which then allows use of the entire XSLT 2.0 function library.

This library contains functions with the following signatures:

  • fn:system-property($property-name as xs:string) as xs:string
  • fn:type-available($type-name as xs:string) as xs:boolean
  • fn:function-available($function-name-name as xs:string, $arity as xs:integer) as xs:boolean
  • fn:function-available($function-name-name as xs:string) as xs:boolean