Click or drag to resize

VDS.RDF.Query.Expressions.Functions.XPath.String Namespace

Namespace containing expression classes which provide string functions from the XPath function library.
Classes
  ClassDescription
Public classBaseBinaryStringFunction
Abstract Base class for XPath Binary String functions.
Public classBaseUnaryStringFunction
Abstract Base Class for XPath Unary String functions.
Public classCompareFunction
Represents the XPath fn:compare() function.
Public classConcatFunction
Represents the XPath fn:concat() function.
Public classContainsFunction
Represents the XPath fn:contains() function.
Public classEncodeForUriFunction
Represents the XPath fn:encode-for-uri() function.
Public classEndsWithFunction
Represents the XPath fn:ends-with() function.
Public classEscapeHtmlUriFunction
Represents the XPath fn:escape-html-uri() function.
Public classLowerCaseFunction
Represents the XPath fn:lower-case() function.
Public classNormalizeSpaceFunction
Represents the XPath fn:normalize-space() function.
Public classNormalizeUnicodeFunction
Represents the XPath fn:normalize-unicode() function.
Public classReplaceFunction
Represents the XPath fn:replace() function.
Public classStartsWithFunction
Represents the XPath fn:starts-with() function.
Public classStringLengthFunction
Represents the XPath fn:string-length() function.
Public classSubstringAfterFunction
Represents the XPath fn:substring-after() function.
Public classSubstringBeforeFunction
Represents the XPath fn:substring-before() function.
Public classSubstringFunction
Represents the XPath fn:substring() function.
Public classUpperCaseFunction
Represents the XPath fn:upper-case() function.