Namespace VDS.RDF.Query.Expressions.Functions.XPath.String
Classes
BaseBinaryStringFunction
Abstract Base class for XPath Binary String functions.
BaseUnaryStringFunction
Abstract Base Class for XPath Unary String functions.
CompareFunction
Represents the XPath fn:compare() function.
ConcatFunction
Represents the XPath fn:concat() function.
ContainsFunction
Represents the XPath fn:contains() function.
EncodeForUriFunction
Represents the XPath fn:encode-for-uri() function.
EndsWithFunction
Represents the XPath fn:ends-with() function.
EscapeHtmlUriFunction
Represents the XPath fn:escape-html-uri() function.
LowerCaseFunction
Represents the XPath fn:lower-case() function.
NormalizeSpaceFunction
Represents the XPath fn:normalize-space() function.
NormalizeUnicodeFunction
Represents the XPath fn:normalize-unicode() function.
ReplaceFunction
Represents the XPath fn:replace() function.
StartsWithFunction
Represents the XPath fn:starts-with() function.
StringLengthFunction
Represents the XPath fn:string-length() function.
SubstringAfterFunction
Represents the XPath fn:substring-after() function.
SubstringBeforeFunction
Represents the XPath fn:substring-before() function.
SubstringFunction
Represents the XPath fn:substring() function.
UpperCaseFunction
Represents the XPath fn:upper-case() function.