Click or drag to resize

XPathFunctionFactory Fields

The XPathFunctionFactory type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAbsolute
Constants representing the XPath Numeric Functions.
Public fieldStatic memberAcceptIntegerArguments
Argument Type Validator for validating that a Literal has an Integer datatype.
Public fieldStatic memberAcceptNumericArguments
Argument Type Validator for validating that a Literal has a Numeric datatype.
Public fieldStatic memberAcceptStringArguments
Argument Type Validator for validating that a Literal either has no datatype or is a String.
Public fieldStatic memberAdjustDateTimeToTimezone
Constants representing the XPath Date Time functions.
Public fieldStatic memberBoolean
Constant representing the XPath boolean functions.
Public fieldStatic memberCeiling
Constants representing the XPath Numeric Functions.
Public fieldStatic memberCompare
Constants representing the names of XPath String functions.
Public fieldStatic memberConcat
Constants representing the names of XPath String functions.
Public fieldStatic memberContains
Constants representing the names of XPath String functions.
Public fieldStatic memberDayFromDateTime
Constants representing the XPath Date Time functions.
Public fieldStatic memberEncodeForURI
Constants representing the names of XPath String functions.
Public fieldStatic memberEndsWith
Constants representing the names of XPath String functions.
Public fieldStatic memberEscapeHtmlURI
Constants representing the names of XPath String functions.
Public fieldStatic memberFalse
Constants representing the XPath Boolean constructor functions.
Public fieldStatic memberFloor
Constants representing the XPath Numeric Functions.
Public fieldStatic memberHoursFromDateTime
Constants representing the XPath Date Time functions.
Public fieldStatic memberLowerCase
Constants representing the names of XPath String functions.
Public fieldStatic memberMatches
Constants representing the names of XPath String functions.
Public fieldStatic memberMinutesFromDateTime
Constants representing the XPath Date Time functions.
Public fieldStatic memberMonthFromDateTime
Constants representing the XPath Date Time functions.
Public fieldStatic memberNormalizeSpace
Constants representing the names of XPath String functions.
Public fieldStatic memberNormalizeUnicode
Constants representing the names of XPath String functions.
Public fieldStatic memberNot
Constant representing the XPath boolean functions.
Public fieldStatic memberReplace
Constants representing the names of XPath String functions.
Public fieldStatic memberRound
Constants representing the XPath Numeric Functions.
Public fieldStatic memberRoundHalfToEven
Constants representing the XPath Numeric Functions.
Public fieldStatic memberSecondsFromDateTime
Constants representing the XPath Date Time functions.
Public fieldStatic memberStartsWith
Constants representing the names of XPath String functions.
Public fieldStatic memberStringJoin
Constants representing the names of XPath String functions.
Public fieldStatic memberStringLength
Constants representing the names of XPath String functions.
Public fieldStatic memberSubstring
Constants representing the names of XPath String functions.
Public fieldStatic memberSubstringAfter
Constants representing the names of XPath String functions.
Public fieldStatic memberSubstringBefore
Constants representing the names of XPath String functions.
Public fieldStatic memberTimezoneFromDateTime
Constants representing the XPath Date Time functions.
Public fieldStatic memberTranslate
Constants representing the names of XPath String functions.
Public fieldStatic memberTrue
Constants representing the XPath Boolean constructor functions.
Public fieldStatic memberUpperCase
Constants representing the names of XPath String functions.
Public fieldStatic memberXPathFunctionsNamespace
Namespace Uri for XPath Functions Namespace.
Public fieldStatic memberXPathUnicodeNormalizationFormC
Constants representing the Normalization Form values supported by the XPath normalize-unicode() function.
Public fieldStatic memberXPathUnicodeNormalizationFormD
Constants representing the Normalization Form values supported by the XPath normalize-unicode() function.
Public fieldStatic memberXPathUnicodeNormalizationFormFull
Constants representing the Normalization Form values supported by the XPath normalize-unicode() function.
Public fieldStatic memberXPathUnicodeNormalizationFormKC
Constants representing the Normalization Form values supported by the XPath normalize-unicode() function.
Public fieldStatic memberXPathUnicodeNormalizationFormKD
Constants representing the Normalization Form values supported by the XPath normalize-unicode() function.
Public fieldStatic memberYearFromDateTime
Constants representing the XPath Date Time functions.
Top
See Also