XPathFunctionLibrary ClassXPathFunctionLibrary ClassXPathFunctionLibrary Class
- XmlPrime 1.2
- Other Versions ▼
A collection of functions that can be accessed from within an XQuery program, XPath expression or XSL
transformation.
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.XPathFunctionLibraryXmlPrime.XPathFunctionLibraryXmlPrime::XPathFunctionLibrary
The XPathFunctionLibraryXPathFunctionLibraryXPathFunctionLibrary
type exposes the following members.
Properties
Property | Description | |
---|---|---|
![]() ![]() | ExtensionFunctionsExtensionFunctionsExtensionFunctions | Gets the set of extension functions specific to XmlPrime. |
![]() | TargetNamespaceTargetNamespaceTargetNamespace | Gets or sets the target namespace of the library. |
![]() ![]() | XQuery11FunctionsXQuery11FunctionsXQuery11Functions | Gets the set of functions in XQuery 1.1 that are not in the XQuery 1.0 and XPath 2.0 function library |
![]() ![]() | 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 of functions can be made available to an XQuery program, XPath expression or XSL transformation by adding them to the LibrariesLibrariesLibraries collection.
All functions within an XPathFunctionLibraryXPathFunctionLibraryXPathFunctionLibrary are in the library's target namespace (as specified by TargetNamespaceTargetNamespaceTargetNamespace).