XdmModule.XQuery11Functions PropertyXdmModule.XQuery11Functions PropertyXdmModule::XQuery11Functions Property

Gets the set of functions which are new in XPath and XQuery Functions and Operators 1.1

Syntax

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

Property Value

Type: XmlPrime.XdmModuleXmlPrime.XdmModuleXmlPrime::XdmModule^

An XdmModuleXdmModuleXdmModule containing the XPath and XQuery Functions and Operators 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 XPath 2.1 and XQuery 1.1 function library.

Not all of the 1.1 functions have been implemented.

This library contains functions with the following signatures:

  • fn:format-number($value as numeric?, $picture as xs:string) as xs:string
  • fn:format-number($value as numeric?, $picture as xs:string, $decimal-format-name as xs:string) as xs:string
  • fn:format-dateTime($value as xs:dateTime?, $picture as xs:string) as xs:string?
  • fn:format-dateTime($value as xs:dateTime?, $picture as xs:string, $language as xs:string?, $calendar as xs:string?, $country as xs:string) as xs:string?
  • fn:format-date($value as xs:date?, $picture as xs:string) as xs:string?
  • fn:format-date($value as xs:date?, $picture as xs:string, $language as xs:string?, $calendar as xs:string?, $country as xs:string) as xs:string?
  • fn:format-time($value as xs:time?, $picture as xs:string) as xs:string?
  • fn:format-time($value as xs:time?, $picture as xs:string, $language as xs:string?, $calendar as xs:string?, $country as xs:string) as xs:string?
  • fn:format-integer($value as xs:integer?, $picture as xs:string) as xs:string
  • fn:format-integer($value as xs:integer?, $picture as xs:string, $language as xs:language) as xs:string
  • fn:generate-id($arg as xs:node()?) as xs:string
  • fn:unparsed-text($href as xs:string?) as xs:string?
  • fn:unparsed-text($href as xs:string?, $encoding as xs:string) as xs:string?
  • fn:unparsed-text-available($href as xs:string?) as xs:boolean
  • fn:unparsed-text-available($href as xs:string?, $encoding as xs:string) as xs:boolean
  • fn:round($arg as numeric?, $precision as xs:integer) as numeric? (this is in addition to the single argument version of fn:round defined in XQuery 1.0)