XdmModule ClassXdmModule ClassXdmModule Class
A module that can be imported in an XQuery program, XSL transformation or XPath expression.
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.XdmModuleXmlPrime.XdmModuleXmlPrime::XdmModule
The XdmModuleXdmModuleXdmModule
type exposes the following members.
Properties
Property | Description | |
---|---|---|
![]() ![]() | ExtensionFunctionsExtensionFunctionsExtensionFunctions | Gets the set of extension functions specific to XmlPrime. |
![]() | LocationLocationLocation | Returns the location (URI) from which this module was loaded. |
![]() | TargetNamespaceTargetNamespaceTargetNamespace | Gets the target namespace of the module. |
![]() ![]() | XQuery11FunctionsXQuery11FunctionsXQuery11Functions | Gets the set of functions which are new in XPath and XQuery Functions and Operators 1.1 |
![]() ![]() | XsltFunctionsXsltFunctionsXsltFunctions | Gets the set of functions in XSLT 2.0 that are not in the XQuery 1.0 and XPath 2.0 function library. |
Methods
Remarks
Libraries can be made available to an XQuery program, XPath expression or XSL transformation by adding them to the LibrariesLibrariesLibraries collection.
All functions within an XdmModuleXdmModuleXdmModule are in the library's target namespace (as specified by TargetNamespaceTargetNamespaceTargetNamespace).