Package org.deri.iris.builtins.string

Class Summary
LangFromPlainLiteralBuiltin Represents the RIF built-in function func:lang-from-PlainLiteral.
PercentEncoder A helper class for percent-encoding.
PlainLiteralCompareBuiltin Represents the RIF built-in function func:PlainLiteral-compare.
PlainLiteralFromStringBuiltin Represents the RIF built-in funciton func:PlainLiteral-from-string.
PlainLiteralFromStringLangBuiltin Represents the RIF built-in function func:PlainLiteral-from-string-lang.
PlainLiteralLengthBuiltin Represents the RIF built-in function func:PlainLiteral-length.
StringCompareBuiltin Represents a string compare operation.
StringConcatBuiltin Represents the RIF built-in func:concat as defined in http://www.w3.org/2005 /rules/wiki/DTB#func:concat_.28adapted_from_fn:concat.29.
StringContainsBuiltin Represents the RIF built-in func:contains as described in http://www.w3.org/TR/xpath-functions/#func-contains.
StringContainsWithoutCollationBuiltin Represents the RIF built-in func:contains as described in http://www.w3.org/TR/xpath-functions/#func-contains.
StringEndsWithBuiltin Represents the RIF built-in func:ends-with as described in http://www.w3.org/TR/xpath-functions/#func-ends-with.
StringEndsWithWithoutCollationBuiltin Represents the RIF built-in func:ends-with as described in http://www.w3.org/TR/xpath-functions/#func-ends-with.
StringEscapeHtmlUriBuiltin Represents the RIF built-in func:encode-html-uri as defined in http://www.w3.org/TR/xpath-functions/#func-escape-html-uri.
StringFromPlainLiteralBuiltin Represents the RIF built-in function func:string-from-PlainLiteral.
StringIriToUriBuiltin Represents the RIF built-in func:iri-to-uri operation as defined in http://www.w3.org/2005/ rules/wiki/DTB#func:iri-to-uri_.28adapted_from_fn:iri-to-uri.29.
StringJoinBuiltin Represents the RIF built-in func:string-join as defined in http://www.w3.org/2005/rules/ wiki/DTB#func:string-join_.28adapted_from_fn:string-join.29.
StringLengthBuiltin Represents a string length operation.
StringMatchesBuiltin Represents the RIF built-in func:matches as described in http://www.w3.org/TR/xpath-functions/#func-matches.
StringMatchesWithoutFlagsBuiltin Represents the RIF built-in func:matches as described in http://www.w3.org/TR/xpath-functions/#func-matches., but restricts the flags to empty flags.
StringReplaceBuiltin Represents the RIF built-in func:replace as described in http://www.w3.org/TR/xpath-functions/#func-replace.
StringReplaceWithoutFlagsBuiltin Represents the RIF built-in func:replace as described in http://www.w3.org/TR/xpath-functions/#func-replace, but restricts the flags to empty flags.
StringStartsWithBuiltin Represents the RIF built-in func:starts-with as described in http://www.w3.org/TR/xpath-functions/#func-starts-with.
StringStartsWithWithoutCollationBuiltin Represents the RIF built-in func:starts-with as described in http://www.w3.org/TR/xpath-functions/#func-starts-with.
StringSubstringAfterBuiltin Represents the RIF built-in func:substring-after as described in http://www.w3.org/TR/xpath-functions/#func-substring-after.
StringSubstringAfterWithoutCollationBuiltin Represents the RIF built-in func:substring-after as described in http://www.w3.org/TR/xpath-functions/#func-substring-after.
StringSubstringBeforeBuiltin Represents the RIF built-in func:substring-before operation as described in http://www.w3.org/TR/xpath-functions/#func-substring-before.
StringSubstringBeforeWithoutCollationBuiltin Represents the RIF built-in func:substring-before operation as described in http://www.w3.org/TR/xpath-functions/#func-substring-before.
StringSubstringBuiltin Represents a string substring operation.
StringSubstringUntilEndBuiltin Represents a string substring operation, but restricts the endIndex to string.length - 1.
StringToLowerBuiltin Represents a string to lower case operation.
StringToUpperBuiltin Represents a string to upper case operation.
StringUriEncodeBuiltin Represents a string URI encode operation.
XMLLiteralEqualBuiltin Represents the RIF built-in predicate pred:XMLLiteral-equal.
XMLLiteralNotEqualBuiltin Represents the RIF built-in predicate pred:XMLLiteral-not-equal.