Class TXQCollationCodepoint
Unit
xquery
Declaration
type TXQCollationCodepoint = class(TXQCollation)
Description
no description available, TXQCollation description follows
Class to perform string comparisons, so they different comparison rules can be used in different languages
Hierarchy
Overview
Methods
 |
function doCompare(const a, b: string): integer; override; |
 |
function equal(const a, b: string): boolean; override; |
 |
function indexOf(const strToBeExaminated, searched: string): SizeInt; override; |
 |
function contains(const strToBeExaminated, searched: string): boolean; override; |
 |
function startsWith(const strToBeExaminated, expectedStart: string): boolean; override; |
 |
function endsWith(const strToBeExaminated, expectedEnd: string): boolean; override; |
Description
Methods
 |
function doCompare(const a, b: string): integer; override; |
|
 |
function equal(const a, b: string): boolean; override; |
|
 |
function indexOf(const strToBeExaminated, searched: string): SizeInt; override; |
|
 |
function contains(const strToBeExaminated, searched: string): boolean; override; |
|
 |
function startsWith(const strToBeExaminated, expectedStart: string): boolean; override; |
|
 |
function endsWith(const strToBeExaminated, expectedEnd: string): boolean; override; |
|
Generated by PasDoc 0.14.0.
|