Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xquery
type TXSStringType = class(TXSSimpleType)
Simple XML Schema type
lexicalSpaceRegex: TObject ;
lexicalSpaceRegexCS: TRTLCriticalSection;
subType: TXSStringSubType;
function tryCreateValueInternal(const v: IXQValue; outv: PXQValue = nil): TXSCastingError; override;
function tryCreateValueInternal(const v: string; outv: PXQValue = nil): TXSCastingError; override;
constructor create(const aname: string; aparent: TXSType; asubtype: TXSStringSubType; pattern: string = '');
destructor Destroy; override;