Class TXSStringType

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TXSStringType = class(TXSSimpleType)

Description

no description available, TXSSimpleType description follows

Simple XML Schema type

Hierarchy

Overview

Fields

Public lexicalSpaceRegex: TObject ;
Public lexicalSpaceRegexCS: TRTLCriticalSection;
Public subType: TXSStringSubType;

Methods

Public function tryCreateValueInternal(const v: IXQValue; outv: PXQValue = nil): TXSCastingError; override;
Public function tryCreateValueInternal(const v: string; outv: PXQValue = nil): TXSCastingError; override;
Public constructor create(const aname: string; aparent: TXSType; asubtype: TXSStringSubType; pattern: string = '');
Public destructor Destroy; override;

Description

Fields

Public lexicalSpaceRegex: TObject ;
 
Public lexicalSpaceRegexCS: TRTLCriticalSection;
 
Public subType: TXSStringSubType;
 

Methods

Public function tryCreateValueInternal(const v: IXQValue; outv: PXQValue = nil): TXSCastingError; override;
 
Public function tryCreateValueInternal(const v: string; outv: PXQValue = nil): TXSCastingError; override;
 
Public constructor create(const aname: string; aparent: TXSType; asubtype: TXSStringSubType; pattern: string = '');
 
Public destructor Destroy; override;
 

Generated by PasDoc 0.14.0.