XdmModule.XQueryUpdate10Functions PropertyXdmModule.XQueryUpdate10Functions PropertyXdmModule::XQueryUpdate10Functions Property

Gets the set of functions which are introduced by the XQuery Update Facility 1.0.

Syntax

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

Property Value

Type: XmlPrime.XdmModuleXmlPrime.XdmModuleXmlPrime::XdmModule^

An XdmModuleXdmModuleXdmModule containing the XQuery Update Facility 1.0 functions.

Remarks

This library contains functions with the following signature:

  • fn:put($node as node(), $uri as xs:string) as empty-sequence()