Class TXSType
Unit
xquery
Declaration
type TXSType = class(TObject)
Description
General XML schema type
Hierarchy
Overview
Fields
Methods
Description
Fields
|
name: string; |
|
|
whiteSpaceFixed: boolean; |
|
|
id: integer; |
|
|
descendantsIds: int64; |
|
Methods
|
function derivedFrom(t: TXSType): boolean; |
|
|
function derivedFrom(t: array of TXSType): boolean; |
|
|
function containsTransitive(t: TXSType): boolean; virtual; |
|
|
function getIntegerType: TXSType; virtual; |
|
|
function getDecimalType: TXSType; virtual; |
|
|
function createValue(const v: IXQValue): IXQValue; inline; |
Creates a new value from the argument array (directly maps to the xs:something constructors of XPath)
|
|
function createValue(const v: Int64): IXQValue; inline; |
|
|
function createValue(const v: String): IXQValue; inline; |
|
Generated by PasDoc 0.14.0.
|