Enumeration used to indicate an EXSLT function namespace.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Mvp.Xml.ExsltAssembly: Mvp.Xml (in Mvp.Xml.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Enum ExsltFunctionNamespace |
| C# |
|---|
| public enum ExsltFunctionNamespace |
| C++ |
|---|
| public enum class ExsltFunctionNamespace |
| J# |
|---|
| public enum ExsltFunctionNamespace |
| JScript |
|---|
| public enum ExsltFunctionNamespace |
Members
| Member Name | Description | Value |
|---|---|---|
| None | Nothing | 0 |
| DatesAndTimes | Dates and Times module | 1 |
| Math | Math module | 2 |
| RegularExpressions | RegExp module | 4 |
| Sets | Sets module | 8 |
| Strings | Strings module | 16 |
| GDNDatesAndTimes | GotDotNet Dates and Times module | 32 |
| GDNSets | GotDotNet Sets module | 64 |
| GDNMath | GotDotNet Math module | 128 |
| GDNRegularExpressions | GotDotNet RegExp module | 256 |
| GDNStrings | GotDotNet Strings module | 512 |
| Random | Random module | 1024 |
| GDNDynamic | GotDotNet Dynamic module | 2056 |
| AllExslt | All EXSLT modules | 1055 |
| All | All modules | 4095 |